Uses of Class
org.apache.parquet.format.Statistics
-
Packages that use Statistics Package Description org.apache.parquet.format -
-
Uses of Statistics in org.apache.parquet.format
Fields in org.apache.parquet.format declared as Statistics Modifier and Type Field Description StatisticsColumnMetaData. statisticsoptional statistics for this column chunkStatisticsDataPageHeader. statisticsOptional statistics for the data in this page*StatisticsDataPageHeaderV2. statisticsoptional statistics for this column chunkMethods in org.apache.parquet.format that return Statistics Modifier and Type Method Description StatisticsStatistics. deepCopy()StatisticsColumnMetaData. getStatistics()optional statistics for this column chunkStatisticsDataPageHeader. getStatistics()Optional statistics for the data in this page*StatisticsDataPageHeaderV2. getStatistics()optional statistics for this column chunkStatisticsStatistics. setDistinct_count(long distinct_count)count of distinct values occurringStatisticsStatistics. setMax(byte[] max)DEPRECATED: min and max value of the column.StatisticsStatistics. setMax(ByteBuffer max)StatisticsStatistics. setMax_value(byte[] max_value)Min and max values for the column, determined by its ColumnOrder.StatisticsStatistics. setMax_value(ByteBuffer max_value)StatisticsStatistics. setMin(byte[] min)StatisticsStatistics. setMin(ByteBuffer min)StatisticsStatistics. setMin_value(byte[] min_value)StatisticsStatistics. setMin_value(ByteBuffer min_value)StatisticsStatistics. setNull_count(long null_count)count of null value in the columnMethods in org.apache.parquet.format with parameters of type Statistics Modifier and Type Method Description intStatistics. compareTo(Statistics other)booleanStatistics. equals(Statistics that)ColumnMetaDataColumnMetaData. setStatistics(Statistics statistics)optional statistics for this column chunkDataPageHeaderDataPageHeader. setStatistics(Statistics statistics)Optional statistics for the data in this page*DataPageHeaderV2DataPageHeaderV2. setStatistics(Statistics statistics)optional statistics for this column chunkConstructors in org.apache.parquet.format with parameters of type Statistics Constructor Description Statistics(Statistics other)Performs a deep copy on other.
-