public class LazyDioHiveDecimal extends LazyHiveDecimal
dataisNull, oi| Constructor and Description |
|---|
LazyDioHiveDecimal(LazyHiveDecimalObjectInspector oi) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ByteArrayRef bytes,
int start,
int length)
Initilizes LazyHiveDecimal object by interpreting the input bytes
as a numeric string
|
getWritableObject, writeUTF8, writeUTF8, writeUTF8equals, hashCode, logExceptionMessage, toStringgetInspector, getObject, setInspector, setNullpublic LazyDioHiveDecimal(LazyHiveDecimalObjectInspector oi)
public void init(ByteArrayRef bytes, int start, int length)
LazyHiveDecimalinit in interface LazyObjectBaseinit in class LazyHiveDecimalbytes - The wrapper of the byte[].start - The start position inside the bytes.length - The length of the data, starting from "start"ByteArrayRefCopyright © 2019 The Apache Software Foundation. All Rights Reserved.