Interface LocalScan
- All Superinterfaces:
 Scan
A special Scan which will happen on Driver locally instead of Executors.
- Since:
 - 3.2.0
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.spark.sql.connector.read.Scan
Scan.ColumnarSupportMode - 
Method Summary
Methods inherited from interface org.apache.spark.sql.connector.read.Scan
columnarSupportMode, description, readSchema, reportDriverMetrics, supportedCustomMetrics, toBatch, toContinuousStream, toMicroBatchStream 
- 
Method Details
- 
rows
org.apache.spark.sql.catalyst.InternalRow[] rows() 
 -