Package io.trino.orc.reader
Class TimeColumnReader
- java.lang.Object
-
- io.trino.orc.reader.LongColumnReader
-
- io.trino.orc.reader.TimeColumnReader
-
- All Implemented Interfaces:
ColumnReader
public class TimeColumnReader extends LongColumnReader
-
-
Constructor Summary
Constructors Constructor Description TimeColumnReader(Type type, OrcColumn column, LocalMemoryContext memoryContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmaybeTransformValues(long[] values, int nextBatchSize)-
Methods inherited from class io.trino.orc.reader.LongColumnReader
close, getRetainedSizeInBytes, prepareNextRead, readBlock, startRowGroup, startStripe, toString
-
-
-
-
Constructor Detail
-
TimeColumnReader
public TimeColumnReader(Type type, OrcColumn column, LocalMemoryContext memoryContext) throws OrcCorruptionException
- Throws:
OrcCorruptionException
-
-
Method Detail
-
maybeTransformValues
protected void maybeTransformValues(long[] values, int nextBatchSize)- Overrides:
maybeTransformValuesin classLongColumnReader
-
-