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(ColumnVector previousVector,
boolean[] isNull,
int batchSize,
FilterContext filterContext,
org.apache.orc.impl.reader.tree.TypeReader.ReadPhase readPhase) |
void |
seek(org.apache.orc.impl.PositionProvider index,
org.apache.orc.impl.reader.tree.TypeReader.ReadPhase readPhase) |
void |
setBuffers(EncodedColumnBatch<OrcBatchKey> batch,
boolean sameStripe) |
checkEncoding, seek, skipRows, startStripecountNonNullRowsInRange, countNonNulls, createIntegerReader, getColumnId, getPresent, getReaderCategorypublic void seek(org.apache.orc.impl.PositionProvider index,
org.apache.orc.impl.reader.tree.TypeReader.ReadPhase readPhase)
throws IOException
seek in interface org.apache.orc.impl.reader.tree.TypeReaderseek in class org.apache.orc.impl.TreeReaderFactory.Decimal64TreeReaderIOExceptionpublic void nextVector(ColumnVector previousVector, boolean[] isNull, int batchSize, FilterContext filterContext, org.apache.orc.impl.reader.tree.TypeReader.ReadPhase readPhase) throws IOException
nextVector in interface org.apache.orc.impl.reader.tree.TypeReadernextVector in class org.apache.orc.impl.TreeReaderFactory.Decimal64TreeReaderIOExceptionpublic void setBuffers(EncodedColumnBatch<OrcBatchKey> batch, boolean sameStripe)
setBuffers in interface EncodedTreeReaderFactory.SettableTreeReaderpublic static EncodedTreeReaderFactory.Decimal64StreamReader.StreamReaderBuilder builder()
Copyright © 2024 The Apache Software Foundation. All rights reserved.