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
HiveException
Object writeValue(long value) throws HiveException
HiveException
Object writeValue(double value) throws HiveException
HiveException
Object writeValue(byte[] value, int start, int length) throws HiveException
HiveException
Object writeValue(HiveDecimalWritable value) throws HiveException
HiveException
Object writeValue(HiveDecimal value) throws HiveException
HiveException
Object setValue(Object row, ColumnVector column, int columnRow) throws HiveException
HiveException
Object initValue(Object ost) throws HiveException
HiveException
Copyright © 2017 The Apache Software Foundation. All rights reserved.