public class VectorExtractRow extends Object
| Constructor and Description |
|---|
VectorExtractRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
extractRow(VectorizedRowBatch batch,
int batchIndex,
Object[] objects)
Extract an row object from a VectorizedRowBatch at batchIndex.
|
Object |
extractRowColumn(ColumnVector colVector,
TypeInfo typeInfo,
ObjectInspector objectInspector,
int batchIndex) |
int |
getCount() |
void |
init(StructObjectInspector structObjectInspector,
List<Integer> projectedColumns) |
void |
init(TypeInfo[] typeInfos) |
void |
init(TypeInfo[] typeInfos,
int[] projectedColumns) |
public void init(StructObjectInspector structObjectInspector, List<Integer> projectedColumns) throws HiveException
HiveExceptionpublic void init(TypeInfo[] typeInfos, int[] projectedColumns) throws HiveException
HiveExceptionpublic void init(TypeInfo[] typeInfos) throws HiveException
HiveExceptionpublic int getCount()
public Object extractRowColumn(ColumnVector colVector, TypeInfo typeInfo, ObjectInspector objectInspector, int batchIndex)
public void extractRow(VectorizedRowBatch batch, int batchIndex, Object[] objects)
batch - batchIndex - objects - Copyright © 2022 The Apache Software Foundation. All rights reserved.