public static class ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader extends ConvertTreeReaderFactory.ConvertTreeReader
columnId, context, present, vectorColumnCount
Modifier and Type | Method and Description |
---|---|
void |
nextVector(ColumnVector previousVector,
boolean[] isNull,
int batchSize)
Populates the isNull vector array in the previousVector object based on
the present stream values.
|
void |
setConvertVectorElement(int elementNum)
Override this to use convertVector.
|
assignStringGroupVectorEntry, assignStringGroupVectorEntry, convertStringGroupVectorElement, convertVector, doubleCanFitInLong, downCastAnyInteger, downCastAnyInteger, getIsParseError, integerDownCastNeeded, parseDecimalFromString, parseDoubleFromString, parseFloatFromString, parseLongFromString, seek, seek
countNonNulls, createIntegerReader, getColumnId, getPresent, nextBatch
public void setConvertVectorElement(int elementNum) throws IOException
ConvertTreeReaderFactory.ConvertTreeReader
setConvertVectorElement
in class ConvertTreeReaderFactory.ConvertTreeReader
IOException
public void nextVector(ColumnVector previousVector, boolean[] isNull, int batchSize) throws IOException
TreeReaderFactory.TreeReader
nextVector
in class TreeReaderFactory.TreeReader
previousVector
- The columnVector object whose isNull value is populatedisNull
- Whether the each value was null at a higher level. If
isNull is null, all values are non-null.batchSize
- Size of the column vectorIOException
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.