public static class ConvertTreeReaderFactory.AnyIntegerTreeReader extends ConvertTreeReaderFactory.ConvertTreeReader
columnId, context, present, vectorColumnCount| Modifier and Type | Method and Description | 
|---|---|
| protected String | getString(long longValue) | 
| void | nextVector(ColumnVector previousVector,
          boolean[] isNull,
          int batchSize)Populates the isNull vector array in the previousVector object based on
 the present stream values. | 
assignStringGroupVectorEntry, assignStringGroupVectorEntry, convertStringGroupVectorElement, convertVector, doubleCanFitInLong, downCastAnyInteger, downCastAnyInteger, getIsParseError, getStringGroupTreeReader, integerDownCastNeeded, parseDateFromString, parseDecimalFromString, parseDoubleFromString, parseFloatFromString, parseLongFromString, parseTimestampFromString, seek, seek, setConvertTreeReader, setConvertVectorElement, stringFromBytesColumnVectorEntrycountNonNulls, createIntegerReader, getColumnId, getPresent, nextBatchprotected String getString(long longValue)
public void nextVector(ColumnVector previousVector, boolean[] isNull, int batchSize) throws IOException
TreeReaderFactory.TreeReadernextVector in class TreeReaderFactory.TreeReaderpreviousVector - 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 vectorIOExceptionCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.