@Public public interface TableScan
Modifier and Type | Interface and Description |
---|---|
static interface |
TableScan.Plan
Plan of scan.
|
Modifier and Type | Method and Description |
---|---|
List<PartitionEntry> |
listPartitionEntries() |
default List<BinaryRow> |
listPartitions()
List partitions.
|
TableScan.Plan |
plan()
Plan splits, throws
EndOfScanException if the scan is ended. |
TableScan.Plan plan()
EndOfScanException
if the scan is ended.List<PartitionEntry> listPartitionEntries()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.