LocalScan¶
LocalScan
is an extension of the Scan abstraction for local scans.
LocalScan
is planned as LocalTableScanExec physical operator at execution planning.
Contract¶
rows¶
InternalRow[] rows()
Used when:
- DataSourceV2Strategy execution planning strategy is executed (on a DataSourceV2ScanRelation logical operator with a
LocalScan
)
Implementations¶
Note
No built-in implementations available.