Uses of Package
org.apache.parquet.internal.column.columnindex
-
Packages that use org.apache.parquet.internal.column.columnindex Package Description org.apache.parquet.internal.column.columnindex org.apache.parquet.internal.filter2.columnindex -
Classes in org.apache.parquet.internal.column.columnindex used by org.apache.parquet.internal.column.columnindex Class Description BinaryTruncator Class for truncating min/max values for binary types.BoundaryOrder Enum forBoundaryOrder.ColumnIndex Column index containing min/max and null count values for the pages in a column chunk.ColumnIndexBuilder Builder implementation to createColumnIndexobjects.OffsetIndex Offset index containing the offset and size of the page and the index of the first row in the page.OffsetIndexBuilder Builder implementation to createOffsetIndexobjects during writing a parquet file. -
Classes in org.apache.parquet.internal.column.columnindex used by org.apache.parquet.internal.filter2.columnindex Class Description ColumnIndex Column index containing min/max and null count values for the pages in a column chunk.OffsetIndex Offset index containing the offset and size of the page and the index of the first row in the page.