protected static class TreeReaderFactory.UnionTreeReader extends TreeReaderFactory.TreeReader
| Modifier and Type | Field and Description |
|---|---|
protected TreeReaderFactory.TreeReader[] |
fields |
protected org.apache.hadoop.hive.ql.io.orc.RunLengthByteReader |
tags |
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.
|
countNonNulls, seekprotected final TreeReaderFactory.TreeReader[] fields
protected org.apache.hadoop.hive.ql.io.orc.RunLengthByteReader tags
public Object nextVector(Object previousVector, long batchSize) throws IOException
TreeReaderFactory.TreeReadernextVector in class TreeReaderFactory.TreeReaderpreviousVector - The columnVector object whose isNull value is populatedbatchSize - Size of the column vectorIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.