public class VectorizedDummyColumnReader extends BaseVectorizedColumnReader
BaseVectorizedColumnReader.NullIntIterator, BaseVectorizedColumnReader.RLEIntIterator, BaseVectorizedColumnReader.ValuesReaderIntIteratordataColumn, definitionLevel, definitionLevelColumn, descriptor, dictionary, endOfPageValueCount, hiveType, isCurrentPageDictionaryEncoded, maxDefLevel, pageReader, pageValueCount, repetitionLevel, repetitionLevelColumn, skipTimestampConversion, type, valuesRead| Constructor and Description |
|---|
VectorizedDummyColumnReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readBatch(int total,
org.apache.hadoop.hive.ql.exec.vector.ColumnVector column,
TypeInfo columnType)
read records with specified size and type into the columnVector
|
decimalTypeCheck, readPage, readRepetitionAndDefinitionLevelspublic void readBatch(int total,
org.apache.hadoop.hive.ql.exec.vector.ColumnVector column,
TypeInfo columnType)
throws IOException
VectorizedColumnReadertotal - number of records to read into the column vectorcolumn - column vector where the reader will read data intocolumnType - the type of column vectorIOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.