public class VectorExtractRow extends Object
| Constructor and Description |
|---|
VectorExtractRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
extractRow(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch,
int batchIndex,
Object[] objects)
Extract an row object from a VectorizedRowBatch at batchIndex.
|
Object |
extractRowColumn(org.apache.hadoop.hive.ql.exec.vector.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(org.apache.hadoop.hive.ql.exec.vector.ColumnVector colVector, TypeInfo typeInfo, ObjectInspector objectInspector, int batchIndex)
public void extractRow(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch,
int batchIndex,
Object[] objects)
batch - batchIndex - objects - Copyright © 2019 The Apache Software Foundation. All Rights Reserved.