Uses of Class
org.apache.parquet.format.PageLocation
-
Packages that use PageLocation Package Description org.apache.parquet.format -
-
Uses of PageLocation in org.apache.parquet.format
Fields in org.apache.parquet.format with type parameters of type PageLocation Modifier and Type Field Description List<PageLocation>OffsetIndex. page_locationsPageLocations, ordered by increasing PageLocation.offset.Methods in org.apache.parquet.format that return PageLocation Modifier and Type Method Description PageLocationPageLocation. deepCopy()PageLocationPageLocation. setCompressed_page_size(int compressed_page_size)Size of the page, including header.PageLocationPageLocation. setFirst_row_index(long first_row_index)Index within the RowGroup of the first row of the page; this means pages change on record boundaries (r = 0).PageLocationPageLocation. setOffset(long offset)Offset of the page in the file *Methods in org.apache.parquet.format that return types with arguments of type PageLocation Modifier and Type Method Description List<PageLocation>OffsetIndex. getPage_locations()PageLocations, ordered by increasing PageLocation.offset.Iterator<PageLocation>OffsetIndex. getPage_locationsIterator()Methods in org.apache.parquet.format with parameters of type PageLocation Modifier and Type Method Description voidOffsetIndex. addToPage_locations(PageLocation elem)intPageLocation. compareTo(PageLocation other)booleanPageLocation. equals(PageLocation that)Method parameters in org.apache.parquet.format with type arguments of type PageLocation Modifier and Type Method Description OffsetIndexOffsetIndex. setPage_locations(List<PageLocation> page_locations)PageLocations, ordered by increasing PageLocation.offset.Constructors in org.apache.parquet.format with parameters of type PageLocation Constructor Description PageLocation(PageLocation other)Performs a deep copy on other.Constructor parameters in org.apache.parquet.format with type arguments of type PageLocation Constructor Description OffsetIndex(List<PageLocation> page_locations)
-