public interface VectorExpressionWriter
| Modifier and Type | Method and Description |
|---|---|
ObjectInspector |
getObjectInspector() |
Object |
initValue(Object ost) |
Object |
setValue(Object row,
ColumnVector column,
int columnRow) |
Object |
writeValue(byte[] value,
int start,
int length) |
Object |
writeValue(ColumnVector column,
int row) |
Object |
writeValue(double value) |
Object |
writeValue(HiveDecimal value) |
Object |
writeValue(HiveDecimalWritable value) |
Object |
writeValue(long value) |
ObjectInspector getObjectInspector()
Object writeValue(ColumnVector column, int row) throws HiveException
HiveExceptionObject writeValue(long value) throws HiveException
HiveExceptionObject writeValue(double value) throws HiveException
HiveExceptionObject writeValue(byte[] value, int start, int length) throws HiveException
HiveExceptionObject writeValue(HiveDecimalWritable value) throws HiveException
HiveExceptionObject writeValue(HiveDecimal value) throws HiveException
HiveExceptionObject setValue(Object row, ColumnVector column, int columnRow) throws HiveException
HiveExceptionObject initValue(Object ost) throws HiveException
HiveExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.