public abstract class ScanBucketFilter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScanBucketFilter.ScanBucketSelector
Selector to select bucket from
Predicate . |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_VALUES |
Constructor and Description |
---|
ScanBucketFilter(RowType bucketKeyType) |
Modifier and Type | Method and Description |
---|---|
abstract void |
pushdown(Predicate predicate) |
boolean |
select(int bucket,
int numBucket) |
void |
setBucketKeyFilter(Predicate predicate) |
public static final int MAX_VALUES
public ScanBucketFilter(RowType bucketKeyType)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.