public class VectorizedStructColumnReader extends Object implements VectorizedColumnReader
| Constructor and Description |
|---|
VectorizedStructColumnReader(List<VectorizedColumnReader> fieldReaders) |
| Modifier and Type | Method and Description |
|---|---|
void |
readBatch(int total,
ColumnVector column,
TypeInfo columnType)
read records with specified size and type into the columnVector
|
public VectorizedStructColumnReader(List<VectorizedColumnReader> fieldReaders)
public void readBatch(int total,
ColumnVector column,
TypeInfo columnType)
throws IOException
VectorizedColumnReaderreadBatch in interface VectorizedColumnReadertotal - number of records to read into the column vectorcolumn - column vector where the reader will read data intocolumnType - the type of column vectorIOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.