Uses of Class
org.apache.parquet.format.SizeStatistics
-
Packages that use SizeStatistics Package Description org.apache.parquet.format -
-
Uses of SizeStatistics in org.apache.parquet.format
Fields in org.apache.parquet.format declared as SizeStatistics Modifier and Type Field Description SizeStatisticsColumnMetaData. size_statisticsOptional statistics to help estimate total memory when converted to in-memory representations.Methods in org.apache.parquet.format that return SizeStatistics Modifier and Type Method Description SizeStatisticsSizeStatistics. deepCopy()SizeStatisticsColumnMetaData. getSize_statistics()Optional statistics to help estimate total memory when converted to in-memory representations.SizeStatisticsSizeStatistics. setDefinition_level_histogram(List<Long> definition_level_histogram)Same as repetition_level_histogram except for definition levels.SizeStatisticsSizeStatistics. setRepetition_level_histogram(List<Long> repetition_level_histogram)When present, there is expected to be one element corresponding to each repetition (i.e. size=max repetition_level+1) where each element represents the number of times the repetition level was observed in the data.SizeStatisticsSizeStatistics. setUnencoded_byte_array_data_bytes(long unencoded_byte_array_data_bytes)The number of physical bytes stored for BYTE_ARRAY data values assuming no encoding.Methods in org.apache.parquet.format with parameters of type SizeStatistics Modifier and Type Method Description intSizeStatistics. compareTo(SizeStatistics other)booleanSizeStatistics. equals(SizeStatistics that)ColumnMetaDataColumnMetaData. setSize_statistics(SizeStatistics size_statistics)Optional statistics to help estimate total memory when converted to in-memory representations.Constructors in org.apache.parquet.format with parameters of type SizeStatistics Constructor Description SizeStatistics(SizeStatistics other)Performs a deep copy on other.
-