protected static class EncodedTreeReaderFactory.Decimal64StreamReader extends org.apache.orc.impl.TreeReaderFactory.Decimal64TreeReader implements EncodedTreeReaderFactory.SettableTreeReader
| Modifier and Type | Class and Description |
|---|---|
static class |
EncodedTreeReaderFactory.Decimal64StreamReader.StreamReaderBuilder |
| Modifier and Type | Method and Description |
|---|---|
static EncodedTreeReaderFactory.Decimal64StreamReader.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.Decimal64TreeReaderIOExceptionpublic 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.Decimal64TreeReaderIOExceptionpublic void setBuffers(org.apache.hadoop.hive.common.io.encoded.EncodedColumnBatch<OrcBatchKey> batch, boolean sameStripe)
setBuffers in interface EncodedTreeReaderFactory.SettableTreeReaderpublic static EncodedTreeReaderFactory.Decimal64StreamReader.StreamReaderBuilder builder()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.