public abstract class VectorExtractRow extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
VectorExtractRow.BooleanExtractor |
protected class |
VectorExtractRow.ByteExtractor |
protected class |
VectorExtractRow.Extractor |
Constructor and Description |
---|
VectorExtractRow() |
Modifier and Type | Method and Description |
---|---|
void |
extractRow(int batchIndex,
Object[] objects) |
Object |
extractRowColumn(int batchIndex,
int logicalColumnIndex) |
protected void |
forgetBatch() |
int |
getCount() |
void |
init(List<String> typeNames) |
void |
init(StructObjectInspector structObjectInspector,
List<Integer> projectedColumns) |
protected void |
setBatch(VectorizedRowBatch batch) |
public void init(StructObjectInspector structObjectInspector, List<Integer> projectedColumns) throws HiveException
HiveException
public void init(List<String> typeNames) throws HiveException
HiveException
public int getCount()
protected void setBatch(VectorizedRowBatch batch) throws HiveException
HiveException
protected void forgetBatch()
public Object extractRowColumn(int batchIndex, int logicalColumnIndex)
public void extractRow(int batchIndex, Object[] objects)
Copyright © 2017 The Apache Software Foundation. All rights reserved.