protected static class EncodedTreeReaderFactory.DoubleStreamReader extends org.apache.orc.impl.TreeReaderFactory.DoubleTreeReader implements EncodedTreeReaderFactory.SettableTreeReader
| Modifier and Type | Class and Description |
|---|---|
static class |
EncodedTreeReaderFactory.DoubleStreamReader.StreamReaderBuilder |
| Modifier and Type | Method and Description |
|---|---|
static EncodedTreeReaderFactory.DoubleStreamReader.StreamReaderBuilder |
builder() |
void |
nextVector(org.apache.hadoop.hive.ql.exec.vector.ColumnVector previousVector,
boolean[] isNull,
int batchSize) |
void |
seek(org.apache.orc.impl.PositionProvider index) |
void |
setBuffers(org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch<OrcBatchKey> batch,
boolean sameStripe) |
public void seek(org.apache.orc.impl.PositionProvider index)
throws IOException
seek in class org.apache.orc.impl.TreeReaderFactory.DoubleTreeReaderIOExceptionpublic void nextVector(org.apache.hadoop.hive.ql.exec.vector.ColumnVector previousVector,
boolean[] isNull,
int batchSize)
throws IOException
nextVector in class org.apache.orc.impl.TreeReaderFactory.DoubleTreeReaderIOExceptionpublic void setBuffers(org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch<OrcBatchKey> batch, boolean sameStripe) throws IOException
setBuffers in interface EncodedTreeReaderFactory.SettableTreeReaderIOExceptionpublic static EncodedTreeReaderFactory.DoubleStreamReader.StreamReaderBuilder builder()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.