Class TimeColumnReader
java.lang.Object
io.trino.orc.reader.LongColumnReader
io.trino.orc.reader.TimeColumnReader
-
Constructor Summary
ConstructorsConstructorDescriptionTimeColumnReader(Type type, OrcColumn column, LocalMemoryContext memoryContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmaybeTransformValues(long[] values, int nextBatchSize) Methods inherited from class io.trino.orc.reader.LongColumnReader
close, getRetainedSizeInBytes, prepareNextRead, readBlock, startRowGroup, startStripe, toString
-
Constructor Details
-
TimeColumnReader
public TimeColumnReader(Type type, OrcColumn column, LocalMemoryContext memoryContext) throws OrcCorruptionException - Throws:
OrcCorruptionException
-
-
Method Details
-
maybeTransformValues
protected void maybeTransformValues(long[] values, int nextBatchSize) - Overrides:
maybeTransformValuesin classLongColumnReader
-