public interface BucketSelectConverter
Modifier and Type | Interface and Description |
---|---|
static class |
BucketSelectConverter.Selector
Selector to select bucket from
Predicate . |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_VALUES |
Modifier and Type | Method and Description |
---|---|
static void |
assembleRows(List<Object>[] rowValues,
java.util.function.Consumer<List<Object>> consumer,
List<Object> stack,
int columnIndex) |
Optional<BiFilter<Integer,Integer>> |
convert(Predicate predicate) |
static Optional<BiFilter<Integer,Integer>> |
create(Predicate bucketPredicate,
RowType bucketKeyType) |
static int |
hash(List<Object> columns,
InternalRowSerializer serializer) |
static final int MAX_VALUES
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.