public abstract class ReadOnceTableScan extends Object implements InnerTableScan
InnerTableScan for reading only once, this is for batch scan.TableScan.Plan| Constructor and Description |
|---|
ReadOnceTableScan() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TableScan.Plan |
innerPlan() |
List<PartitionEntry> |
listPartitionEntries() |
TableScan.Plan |
plan()
Plan splits, throws
EndOfScanException if the scan is ended. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdropStats, withBucketFilter, withFilter, withLevelFilter, withLimit, withMetricsRegistry, withPartitionFilter, withPartitionFilterlistPartitionspublic TableScan.Plan plan()
TableScanEndOfScanException if the scan is ended.protected abstract TableScan.Plan innerPlan()
public List<PartitionEntry> listPartitionEntries()
listPartitionEntries in interface TableScanCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.