Package io.trino.orc.writer
Class TimeColumnWriter
java.lang.Object
io.trino.orc.writer.LongColumnWriter
io.trino.orc.writer.TimeColumnWriter
- All Implemented Interfaces:
ColumnWriter
-
Constructor Summary
ConstructorsConstructorDescriptionTimeColumnWriter(OrcColumnId columnId, Type type, CompressionKind compression, int bufferSize, Supplier<LongValueStatisticsBuilder> statisticsBuilderSupplier) -
Method Summary
Methods inherited from class io.trino.orc.writer.LongColumnWriter
beginRowGroup, close, finishRowGroup, getBloomFilters, getBufferedBytes, getColumnEncodings, getColumnStripeStatistics, getDataStreams, getIndexStreams, getRetainedBytes, reset, toString, writeBlockMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.orc.writer.ColumnWriter
getNestedColumnWriters
-
Constructor Details
-
TimeColumnWriter
public TimeColumnWriter(OrcColumnId columnId, Type type, CompressionKind compression, int bufferSize, Supplier<LongValueStatisticsBuilder> statisticsBuilderSupplier)
-
-
Method Details
-
transformValue
protected long transformValue(long value) - Overrides:
transformValuein classLongColumnWriter
-