Class

cognite.spark

DataPointsRelationV1

Related Doc: package spark

Permalink

abstract class DataPointsRelationV1[A] extends BaseRelation with TableScan with PrunedFilteredScan with Serializable with InsertableRelation

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

Instance Constructors

  1. new DataPointsRelationV1(config: RelationConfig)(sqlContext: SQLContext)

    Permalink

Abstract Value Members

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

    Permalink
    Definition Classes
    PrunedFilteredScan
  2. abstract def insertSeqOfRows(rows: Seq[Row]): IO[Unit]

    Permalink
  3. abstract def schema: StructType

    Permalink
    Definition Classes
    DataPointsRelationV1 → BaseRelation
  4. abstract def toRow(requiredColumns: Array[String])(item: A): Row

    Permalink
  5. abstract def toRow(a: A): Row

    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(): RDD[Row]

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

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit lazy val contextShift: ContextShift[IO]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def filtersToTimestampLimits(filters: Array[Filter]): (Instant, Instant)

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAggregation(filter: Filter): Seq[AggregationFilter]

    Permalink
  15. def getAggregationSettings(filters: Array[Filter]): (Array[AggregationFilter], Seq[String])

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getGranularity(filter: Filter): Seq[String]

    Permalink
  18. def getTimestampLimit(filter: Filter): Seq[Limit]

    Permalink
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    DataPointsRelationV1 → InsertableRelation
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def needConversion: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def sizeInBytes: Long

    Permalink
    Definition Classes
    BaseRelation
  27. val sqlContext: SQLContext

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

    Permalink
    Definition Classes
    AnyRef
  29. def timeStampStringToMax(value: Any, adjustment: Long): Max

    Permalink
  30. def timeStampStringToMin(value: Any, adjustment: Long): Min

    Permalink
  31. def toAggregationFilter(aggregation: String): AggregationFilter

    Permalink
  32. def toGranularityFilter(granularity: String): Seq[String]

    Permalink
  33. def toString(): String

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

    Permalink
    Definition Classes
    BaseRelation
  35. final def wait(): Unit

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

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

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

Inherited from InsertableRelation

Inherited from Serializable

Inherited from Serializable

Inherited from PrunedFilteredScan

Inherited from TableScan

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped