Uses of Class
org.apache.parquet.format.IndexPageHeader
-
Packages that use IndexPageHeader Package Description org.apache.parquet.format -
-
Uses of IndexPageHeader in org.apache.parquet.format
Fields in org.apache.parquet.format declared as IndexPageHeader Modifier and Type Field Description IndexPageHeaderPageHeader. index_page_headerMethods in org.apache.parquet.format that return IndexPageHeader Modifier and Type Method Description IndexPageHeaderIndexPageHeader. deepCopy()IndexPageHeaderPageHeader. getIndex_page_header()Methods in org.apache.parquet.format with parameters of type IndexPageHeader Modifier and Type Method Description intIndexPageHeader. compareTo(IndexPageHeader other)booleanIndexPageHeader. equals(IndexPageHeader that)PageHeaderPageHeader. setIndex_page_header(IndexPageHeader index_page_header)Constructors in org.apache.parquet.format with parameters of type IndexPageHeader Constructor Description IndexPageHeader(IndexPageHeader other)Performs a deep copy on other.
-