public class LazyHiveDecimal extends LazyPrimitive<LazyHiveDecimalObjectInspector,HiveDecimalWritable>
data, isNulloi| Constructor and Description |
|---|
LazyHiveDecimal(LazyHiveDecimal copy) |
LazyHiveDecimal(LazyHiveDecimalObjectInspector oi) |
| Modifier and Type | Method and Description |
|---|---|
HiveDecimalWritable |
getWritableObject() |
void |
init(ByteArrayRef bytes,
int start,
int length)
Initilizes LazyHiveDecimal object by interpreting the input bytes
as a numeric string
|
getObject, hashCode, logExceptionMessage, toStringgetInspector, setInspectorpublic LazyHiveDecimal(LazyHiveDecimalObjectInspector oi)
public LazyHiveDecimal(LazyHiveDecimal copy)
public void init(ByteArrayRef bytes, int start, int length)
init in class LazyObjectBasebytes - start - length - ByteArrayRefpublic HiveDecimalWritable getWritableObject()
getWritableObject in class LazyPrimitive<LazyHiveDecimalObjectInspector,HiveDecimalWritable>Copyright © 2012 The Apache Software Foundation