Packages

trait V1Scan extends Scan

Annotations
@Unstable()
Source
V1Scan.java
Linear Supertypes
Scan, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. V1Scan
  2. Scan
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def readSchema(): StructType
    Definition Classes
    Scan
  2. abstract def toV1TableScan[T <: BaseRelation with TableScan](context: SQLContext): T

Concrete Value Members

  1. def columnarSupportMode(): ColumnarSupportMode
    Definition Classes
    Scan
  2. def description(): String
    Definition Classes
    Scan
  3. def reportDriverMetrics(): Array[CustomTaskMetric]
    Definition Classes
    Scan
  4. def supportedCustomMetrics(): Array[CustomMetric]
    Definition Classes
    Scan
  5. def toBatch(): Batch
    Definition Classes
    Scan
  6. def toContinuousStream(checkpointLocation: String): ContinuousStream
    Definition Classes
    Scan
  7. def toMicroBatchStream(checkpointLocation: String): MicroBatchStream
    Definition Classes
    Scan