public static class EncodedTreeReaderFactory.TimestampStreamReader extends org.apache.orc.impl.TreeReaderFactory.TimestampTreeReader implements EncodedTreeReaderFactory.SettableTreeReader
| Modifier and Type | Class and Description |
|---|---|
static class |
EncodedTreeReaderFactory.TimestampStreamReader.StreamReaderBuilder |
| Modifier and Type | Method and Description |
|---|---|
static EncodedTreeReaderFactory.TimestampStreamReader.StreamReaderBuilder |
builder() |
void |
nextVector(ColumnVector previousVector,
boolean[] isNull,
int batchSize) |
void |
seek(org.apache.orc.impl.PositionProvider index) |
void |
setBuffers(EncodedColumnBatch<OrcBatchKey> batch,
boolean sameStripe) |
void |
updateTimezone(String writerTimezoneId) |
getBaseTimestamp, seekpublic void nextVector(ColumnVector previousVector, boolean[] isNull, int batchSize) throws IOException
nextVector in class org.apache.orc.impl.TreeReaderFactory.TimestampTreeReaderIOExceptionpublic void seek(org.apache.orc.impl.PositionProvider index)
throws IOException
seek in class org.apache.orc.impl.TreeReaderFactory.TimestampTreeReaderIOExceptionpublic void setBuffers(EncodedColumnBatch<OrcBatchKey> batch, boolean sameStripe) throws IOException
setBuffers in interface EncodedTreeReaderFactory.SettableTreeReaderIOExceptionpublic void updateTimezone(String writerTimezoneId) throws IOException
IOExceptionpublic static EncodedTreeReaderFactory.TimestampStreamReader.StreamReaderBuilder builder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.