Class

cognite.spark.v1

SdkV1Relation

Related Doc: package v1

Permalink

abstract class SdkV1Relation[A <: Product, I] extends BaseRelation with CdpConnector with Serializable with TableScan with PrunedFilteredScan

Linear Supertypes
PrunedFilteredScan, TableScan, Serializable, Serializable, CdpConnector, BaseRelation, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SdkV1Relation
  2. PrunedFilteredScan
  3. TableScan
  4. Serializable
  5. Serializable
  6. CdpConnector
  7. BaseRelation
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SdkV1Relation(config: RelationConfig, shortName: String)

    Permalink

Abstract Value Members

  1. abstract def getStreams(filters: Array[Filter])(client: GenericClient[IO, Nothing], limit: Option[Int], numPartitions: Int): Seq[Stream[IO, A]]

    Permalink
  2. abstract def schema: StructType

    Permalink
    Definition Classes
    SdkV1Relation → BaseRelation
  3. abstract def sqlContext: SQLContext

    Permalink
    Definition Classes
    BaseRelation
  4. abstract def toRow(a: A): Row

    Permalink
  5. abstract def uniqueId(a: A): I

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val auth: Auth

    Permalink
  6. def buildScan(requiredColumns: Array[String], filters: Array[Filter]): RDD[Row]

    Permalink
    Definition Classes
    SdkV1Relation → PrunedFilteredScan
  7. def buildScan(): RDD[Row]

    Permalink
    Definition Classes
    SdkV1Relation → TableScan
  8. lazy val client: GenericClient[IO, Nothing]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def deleteWithIgnoreUnknownIds(resource: DeleteByIdsWithIgnoreUnknownIds[IO, Long], deletes: Seq[DeleteItem], ignoreUnknownIds: Boolean = true): IO[Unit]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def filterMetadata(metadata: Option[Map[String, String]]): Option[Map[String, String]]

    Permalink
    Definition Classes
    CdpConnector
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getFromRowAndCreate(rows: Seq[Row]): IO[Unit]

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def insert(data: DataFrame, overwrite: Boolean): Unit

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val itemsRead: Counter

    Permalink
    Attributes
    protected
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def needConversion: Boolean

    Permalink
    Definition Classes
    BaseRelation
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. implicit lazy val retryingSttpBackend: SttpBackend[IO, Nothing]

    Permalink
  26. def sizeInBytes: Long

    Permalink
    Definition Classes
    BaseRelation
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toRow(item: A, requiredColumns: Array[String]): Row

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def unhandledFilters(filters: Array[Filter]): Array[Filter]

    Permalink
    Definition Classes
    BaseRelation
  31. def updateByIdOrExternalId[P <: WithExternalId with WithId[Option[Long]], U <: WithSetExternalId, T <: UpdateById[R, U, IO] with UpdateByExternalId[R, U, IO], R <: WithId[Long]](updates: Seq[P], resource: T)(implicit transform: Transformer[P, U]): IO[Unit]

    Permalink
  32. def upsertAfterConflict[R <: WithId[Long], U <: WithSetExternalId, C <: WithExternalId, T <: UpdateByExternalId[R, U, IO] with Create[R, C, IO]](existingExternalIds: Seq[String], resourceCreates: Seq[C], resource: T)(implicit transform: Transformer[C, U]): IO[Unit]

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrunedFilteredScan

Inherited from TableScan

Inherited from Serializable

Inherited from Serializable

Inherited from CdpConnector

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped