Uses of Class
io.trino.orc.metadata.statistics.TimestampStatistics
-
Packages that use TimestampStatistics Package Description io.trino.orc.metadata.statistics -
-
Uses of TimestampStatistics in io.trino.orc.metadata.statistics
Methods in io.trino.orc.metadata.statistics that return TimestampStatistics Modifier and Type Method Description TimestampStatisticsColumnStatistics. getTimestampStatistics()Methods in io.trino.orc.metadata.statistics that return types with arguments of type TimestampStatistics Modifier and Type Method Description static Optional<TimestampStatistics>TimestampStatisticsBuilder. mergeTimestampStatistics(List<ColumnStatistics> stats)Constructors in io.trino.orc.metadata.statistics with parameters of type TimestampStatistics Constructor Description ColumnStatistics(Long numberOfValues, long minAverageValueSizeInBytes, BooleanStatistics booleanStatistics, IntegerStatistics integerStatistics, DoubleStatistics doubleStatistics, Long numberOfNanValues, StringStatistics stringStatistics, DateStatistics dateStatistics, TimestampStatistics timestampStatistics, DecimalStatistics decimalStatistics, BinaryStatistics binaryStatistics, BloomFilter bloomFilter)
-