public class LazyHiveDecimal extends LazyPrimitive<LazyHiveDecimalObjectInspector,HiveDecimalWritable>
data, isNull
oi
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, toString
getInspector, setInspector
public LazyHiveDecimal(LazyHiveDecimalObjectInspector oi)
public LazyHiveDecimal(LazyHiveDecimal copy)
public void init(ByteArrayRef bytes, int start, int length)
init
in class LazyObjectBase
bytes
- start
- length
- ByteArrayRef
public HiveDecimalWritable getWritableObject()
getWritableObject
in class LazyPrimitive<LazyHiveDecimalObjectInspector,HiveDecimalWritable>
Copyright © 2012 The Apache Software Foundation