protected static class TreeReaderFactory.StringDirectTreeReader extends TreeReaderFactory.TreeReader
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.hive.ql.io.orc.IntegerReader |
lengths |
protected InStream |
stream |
columnId, present, valuePresent
Modifier and Type | Method and Description |
---|---|
Object |
nextVector(Object previousVector,
long batchSize)
Populates the isNull vector array in the previousVector object based on
the present stream values.
|
void |
seek(PositionProvider index) |
countNonNulls
protected InStream stream
protected org.apache.hadoop.hive.ql.io.orc.IntegerReader lengths
public void seek(PositionProvider index) throws IOException
seek
in class TreeReaderFactory.TreeReader
IOException
public Object nextVector(Object previousVector, long batchSize) throws IOException
TreeReaderFactory.TreeReader
nextVector
in class TreeReaderFactory.TreeReader
previousVector
- The columnVector object whose isNull value is populatedbatchSize
- Size of the column vectorIOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.