Uses of Class
org.apache.parquet.format.OffsetIndex
-
Packages that use OffsetIndex Package Description org.apache.parquet.format -
-
Uses of OffsetIndex in org.apache.parquet.format
Methods in org.apache.parquet.format that return OffsetIndex Modifier and Type Method Description OffsetIndexOffsetIndex. deepCopy()static OffsetIndexUtil. readOffsetIndex(InputStream from)static OffsetIndexUtil. readOffsetIndex(InputStream from, BlockCipher.Decryptor decryptor, byte[] AAD)OffsetIndexOffsetIndex. setPage_locations(List<PageLocation> page_locations)PageLocations, ordered by increasing PageLocation.offset.Methods in org.apache.parquet.format with parameters of type OffsetIndex Modifier and Type Method Description intOffsetIndex. compareTo(OffsetIndex other)booleanOffsetIndex. equals(OffsetIndex that)static voidUtil. writeOffsetIndex(OffsetIndex offsetIndex, OutputStream to)static voidUtil. writeOffsetIndex(OffsetIndex offsetIndex, OutputStream to, BlockCipher.Encryptor encryptor, byte[] AAD)Constructors in org.apache.parquet.format with parameters of type OffsetIndex Constructor Description OffsetIndex(OffsetIndex other)Performs a deep copy on other.
-