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(HiveIntervalDayTime value) |
Object |
writeValue(HiveIntervalDayTimeWritable value) |
Object |
writeValue(long value) |
Object |
writeValue(Timestamp value) |
Object |
writeValue(TimestampWritableV2 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 writeValue(TimestampWritableV2 value) throws HiveException
HiveExceptionObject writeValue(Timestamp value) throws HiveException
HiveExceptionObject writeValue(HiveIntervalDayTimeWritable value) throws HiveException
HiveExceptionObject writeValue(HiveIntervalDayTime value) throws HiveException
HiveExceptionObject setValue(Object row, ColumnVector column, int columnRow) throws HiveException
HiveExceptionObject initValue(Object ost) throws HiveException
HiveExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.