public abstract class VectorAssignRow extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
VectorAssignRow.Assigner |
protected class |
VectorAssignRow.BooleanAssigner |
protected class |
VectorAssignRow.ByteAssigner |
| Constructor and Description |
|---|
VectorAssignRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignRow(int batchIndex,
Object[] objects) |
void |
assignRowColumn(int batchIndex,
int logicalColumnIndex,
Object object) |
protected void |
forgetBatch() |
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
HiveExceptionpublic void init(List<String> typeNames) throws HiveException
HiveExceptionprotected void setBatch(VectorizedRowBatch batch) throws HiveException
HiveExceptionprotected void forgetBatch()
public void assignRowColumn(int batchIndex,
int logicalColumnIndex,
Object object)
public void assignRow(int batchIndex,
Object[] objects)
Copyright © 2017 The Apache Software Foundation. All rights reserved.