Uses of Class
io.trino.orc.metadata.statistics.TimestampStatisticsBuilder
-
Packages that use TimestampStatisticsBuilder Package Description io.trino.orc.writer -
-
Uses of TimestampStatisticsBuilder in io.trino.orc.writer
Constructor parameters in io.trino.orc.writer with type arguments of type TimestampStatisticsBuilder Constructor Description TimestampColumnWriter(OrcColumnId columnId, Type type, CompressionKind compression, int bufferSize, Supplier<TimestampStatisticsBuilder> statisticsBuilderSupplier)
-