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, wait
withBucketFilter, withFilter, withLevelFilter, withLimit, withMetricsRegistry, withPartitionFilter, withPartitionFilter
listPartitions
public TableScan.Plan plan()
TableScan
EndOfScanException
if the scan is ended.protected abstract TableScan.Plan innerPlan()
public List<PartitionEntry> listPartitionEntries()
listPartitionEntries
in interface TableScan
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.