@Unstable public interface V1Scan extends Scan
Modifier and Type | Method and Description |
---|---|
<T extends BaseRelation & TableScan> |
toV1TableScan(SQLContext context)
Create an `BaseRelation` with `TableScan` that can scan data from DataSource v1 to RDD[Row].
|
description, readSchema, toBatch, toContinuousStream, toMicroBatchStream
<T extends BaseRelation & TableScan> T toV1TableScan(SQLContext context)