public interface InnerTableScan extends TableScan
TableScan
contains filter push down.TableScan.Plan
Modifier and Type | Method and Description |
---|---|
default InnerTableScan |
withBucketFilter(Filter<Integer> bucketFilter) |
InnerTableScan |
withFilter(Predicate predicate) |
default InnerTableScan |
withLevelFilter(Filter<Integer> levelFilter) |
default InnerTableScan |
withLimit(int limit) |
default InnerTableScan |
withMetricsRegistry(MetricRegistry metricRegistry) |
default InnerTableScan |
withPartitionFilter(List<BinaryRow> partitions) |
default InnerTableScan |
withPartitionFilter(Map<String,String> partitionSpec) |
listPartitionEntries, listPartitions, plan
InnerTableScan withFilter(Predicate predicate)
default InnerTableScan withLimit(int limit)
default InnerTableScan withPartitionFilter(Map<String,String> partitionSpec)
default InnerTableScan withPartitionFilter(List<BinaryRow> partitions)
default InnerTableScan withBucketFilter(Filter<Integer> bucketFilter)
default InnerTableScan withLevelFilter(Filter<Integer> levelFilter)
default InnerTableScan withMetricsRegistry(MetricRegistry metricRegistry)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.