Uses of Class
org.apache.parquet.format.PageEncodingStats
-
Packages that use PageEncodingStats Package Description org.apache.parquet.format -
-
Uses of PageEncodingStats in org.apache.parquet.format
Fields in org.apache.parquet.format with type parameters of type PageEncodingStats Modifier and Type Field Description List<PageEncodingStats>ColumnMetaData. encoding_statsSet of all encodings used for pages in this column chunk.Methods in org.apache.parquet.format that return PageEncodingStats Modifier and Type Method Description PageEncodingStatsPageEncodingStats. deepCopy()PageEncodingStatsPageEncodingStats. setCount(int count)number of pages of this type with this encoding *PageEncodingStatsPageEncodingStats. setEncoding(Encoding encoding)encoding of the page *PageEncodingStatsPageEncodingStats. setPage_type(PageType page_type)the page type (data/dic/...) *Methods in org.apache.parquet.format that return types with arguments of type PageEncodingStats Modifier and Type Method Description List<PageEncodingStats>ColumnMetaData. getEncoding_stats()Set of all encodings used for pages in this column chunk.Iterator<PageEncodingStats>ColumnMetaData. getEncoding_statsIterator()Methods in org.apache.parquet.format with parameters of type PageEncodingStats Modifier and Type Method Description voidColumnMetaData. addToEncoding_stats(PageEncodingStats elem)intPageEncodingStats. compareTo(PageEncodingStats other)booleanPageEncodingStats. equals(PageEncodingStats that)Method parameters in org.apache.parquet.format with type arguments of type PageEncodingStats Modifier and Type Method Description ColumnMetaDataColumnMetaData. setEncoding_stats(List<PageEncodingStats> encoding_stats)Set of all encodings used for pages in this column chunk.Constructors in org.apache.parquet.format with parameters of type PageEncodingStats Constructor Description PageEncodingStats(PageEncodingStats other)Performs a deep copy on other.
-