Uses of Interface
org.apache.parquet.internal.filter2.columnindex.ColumnIndexStore
-
Packages that use ColumnIndexStore Package Description org.apache.parquet.internal.filter2.columnindex -
-
Uses of ColumnIndexStore in org.apache.parquet.internal.filter2.columnindex
Methods in org.apache.parquet.internal.filter2.columnindex with parameters of type ColumnIndexStore Modifier and Type Method Description static RowRangesColumnIndexFilter. calculateRowRanges(FilterCompat.Filter filter, ColumnIndexStore columnIndexStore, Set<org.apache.parquet.hadoop.metadata.ColumnPath> paths, long rowCount)Calculates the row ranges containing the indexes of the rows might match the specified filter.
-