public interface ColumnIndex extends FilterPredicate.Visitor<PrimitiveIterator.OfInt>
FilterPredicate.Visitor to return the indexes of the matching pages. They are used by ColumnIndexFilter.ColumnIndex| Modifier and Type | Method and Description |
|---|---|
BoundaryOrder |
getBoundaryOrder() |
default List<Long> |
getDefinitionLevelHistogram() |
List<ByteBuffer> |
getMaxValues() |
List<ByteBuffer> |
getMinValues() |
List<Long> |
getNullCounts() |
List<Boolean> |
getNullPages() |
default List<Long> |
getRepetitionLevelHistogram() |
BoundaryOrder getBoundaryOrder()
List<Long> getNullCounts()
List<Boolean> getNullPages()
List<ByteBuffer> getMinValues()
ByteBuffers; used for converting to the related thrift objectList<ByteBuffer> getMaxValues()
ByteBuffers; used for converting to the related thrift objectdefault List<Long> getRepetitionLevelHistogram()
Copyright © 2023 The Apache Software Foundation. All rights reserved.