protected static class TreeReaderFactory.FloatTreeReader extends TreeReaderFactory.TreeReader
| Modifier and Type | Field and Description |
|---|---|
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) |
protected void |
skipRows(long items) |
countNonNullsprotected InStream stream
public void seek(PositionProvider index) throws IOException
seek in class TreeReaderFactory.TreeReaderIOExceptionpublic 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 vectorIOExceptionprotected void skipRows(long items)
throws IOException
IOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.