Class/Object

cognite.spark.v1

RawTableRelation

Related Docs: object RawTableRelation | package v1

Permalink

class RawTableRelation extends BaseRelation with InsertableRelation with TableScan with PrunedFilteredScan with Serializable

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

Instance Constructors

  1. new RawTableRelation(config: RelationConfig, database: String, table: String, userSchema: Option[StructType], inferSchema: Boolean, inferSchemaLimit: Option[Int], collectSchemaInferenceMetrics: Boolean)(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
  6. def buildScan(requiredColumns: Array[String], filters: Array[Filter]): RDD[Row]

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

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

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val defaultSchema: StructType

    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 filtersToTimestampLimits(filters: Array[Filter], colName: String): (Option[Instant], Option[Instant])

    Permalink
  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 getStreams(filter: RawRowFilter)(client: GenericClient[IO, Nothing], limit: Option[Int], numPartitions: Int): Seq[Stream[IO, RawRow]]

    Permalink
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    RawTableRelation → InsertableRelation
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val mapper: ObjectMapper

    Permalink
  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. val schema: StructType

    Permalink
    Definition Classes
    RawTableRelation → BaseRelation
  27. def sizeInBytes: Long

    Permalink
    Definition Classes
    BaseRelation
  28. val sqlContext: SQLContext

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

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from PrunedFilteredScan

Inherited from TableScan

Inherited from InsertableRelation

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped