Class

cognite.spark.v1

ThreeDModelRevisionNodesRelation

Related Doc: package v1

Permalink

class ThreeDModelRevisionNodesRelation extends SdkV1Relation[ThreeDNode, Long]

Linear Supertypes
SdkV1Relation[ThreeDNode, Long], PrunedFilteredScan, TableScan, CdfRelation, Serializable, Serializable, BaseRelation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreeDModelRevisionNodesRelation
  2. SdkV1Relation
  3. PrunedFilteredScan
  4. TableScan
  5. CdfRelation
  6. Serializable
  7. Serializable
  8. BaseRelation
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThreeDModelRevisionNodesRelation(config: RelationConfig, modelId: Long, revisionId: Long)(sqlContext: SQLContext)

    Permalink

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
    Definition Classes
    CdfRelation
  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
    Definition Classes
    CdfRelation
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createOrUpdateByExternalId[R <: WithExternalId, U <: WithSetExternalId, C <: WithExternalId, T <: UpdateByExternalId[R, U, IO] with Create[R, C, IO]](existingExternalIds: Seq[String], resourceCreates: Seq[C], resource: T, doUpsert: Boolean)(implicit transform: Transformer[C, U]): IO[Unit]

    Permalink
    Definition Classes
    SdkV1Relation
  11. def deleteWithIgnoreUnknownIds(resource: DeleteByIdsWithIgnoreUnknownIds[IO, Long], deletes: Seq[DeleteItem], ignoreUnknownIds: Boolean = true): IO[Unit]

    Permalink
    Definition Classes
    SdkV1Relation
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def genericUpsert[R <: WithExternalId with WithId[Long], U <: WithExternalId with WithId[Option[Long]], C <: WithExternalId, Up <: WithSetExternalId, Re <: UpdateById[R, Up, IO] with UpdateByExternalId[R, Up, IO] with Create[R, C, IO]](itemsToUpdate: Seq[U], itemsToCreate: Seq[C], resource: Re)(implicit transformUpsertToUpdate: Transformer[U, Up], transformCreateToUpdate: Transformer[C, Up]): IO[Unit]

    Permalink
    Definition Classes
    SdkV1Relation
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getFromRowsAndCreate(rows: Seq[Row], doUpsert: Boolean = true): IO[Unit]

    Permalink
    Definition Classes
    SdkV1Relation
  18. def getStreams(filters: Array[Filter])(client: GenericClient[IO, Nothing], limit: Option[Int], numPartitions: Int): Seq[Stream[IO, ThreeDNode]]

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def incMetrics(counter: Counter, count: Int): IO[Unit]

    Permalink
    Definition Classes
    CdfRelation
  21. def insert(data: DataFrame, overwrite: Boolean): Unit

    Permalink
    Definition Classes
    SdkV1Relation
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. lazy val itemsCreated: Counter

    Permalink
    Attributes
    protected
    Definition Classes
    CdfRelation
  24. lazy val itemsRead: Counter

    Permalink
    Attributes
    protected
    Definition Classes
    CdfRelation
  25. lazy val itemsUpdated: Counter

    Permalink
    Attributes
    protected
    Definition Classes
    CdfRelation
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def needConversion: Boolean

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

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

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

    Permalink
    Definition Classes
    CdfRelation
  31. def schema: StructType

    Permalink
    Definition Classes
    ThreeDModelRevisionNodesRelationSdkV1Relation → BaseRelation
  32. def sizeInBytes: Long

    Permalink
    Definition Classes
    BaseRelation
  33. val sqlContext: SQLContext

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

    Permalink
    Definition Classes
    AnyRef
  35. def toRow(t: ThreeDNode): Row

    Permalink
  36. def toRow(item: ThreeDNode, requiredColumns: Array[String]): Row

    Permalink
    Definition Classes
    SdkV1Relation
  37. def toString(): String

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

    Permalink
    Definition Classes
    BaseRelation
  39. def uniqueId(a: ThreeDNode): Long

    Permalink
  40. 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
    Definition Classes
    SdkV1Relation
  41. final def wait(): Unit

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

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

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

Inherited from SdkV1Relation[ThreeDNode, Long]

Inherited from PrunedFilteredScan

Inherited from TableScan

Inherited from CdfRelation

Inherited from Serializable

Inherited from Serializable

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped