Uses of Interface
org.apache.parquet.internal.column.columnindex.OffsetIndex
-
Packages that use OffsetIndex Package Description org.apache.parquet.internal.column.columnindex org.apache.parquet.internal.filter2.columnindex -
-
Uses of OffsetIndex in org.apache.parquet.internal.column.columnindex
Methods in org.apache.parquet.internal.column.columnindex that return OffsetIndex Modifier and Type Method Description OffsetIndexOffsetIndexBuilder. build()Builds the offset index.OffsetIndexOffsetIndexBuilder. build(long shift)Builds the offset index.Methods in org.apache.parquet.internal.column.columnindex with parameters of type OffsetIndex Modifier and Type Method Description OffsetIndexBuilderOffsetIndexBuilder. fromOffsetIndex(OffsetIndex offsetIndex) -
Uses of OffsetIndex in org.apache.parquet.internal.filter2.columnindex
Methods in org.apache.parquet.internal.filter2.columnindex that return OffsetIndex Modifier and Type Method Description OffsetIndexColumnIndexStore. getOffsetIndex(org.apache.parquet.hadoop.metadata.ColumnPath column)Methods in org.apache.parquet.internal.filter2.columnindex with parameters of type OffsetIndex Modifier and Type Method Description static RowRangesRowRanges. create(long rowCount, PrimitiveIterator.OfInt pageIndexes, OffsetIndex offsetIndex)Creates a mutable RowRanges object with the following ranges:
-