public class LazyBinaryTimestamp extends LazyBinaryPrimitive<WritableTimestampObjectInspector,TimestampWritable>
| Modifier and Type | Method and Description |
|---|---|
void |
init(ByteArrayRef bytes,
int start,
int length)
Initializes LazyBinaryTimestamp object
|
getObject, getWritableObject, hashCode, toStringpublic void init(ByteArrayRef bytes, int start, int length)
init in class LazyObjectBasebytes - start - length - If length is 4, no decimal bytes follow, otherwise read following bytes
as VInt and reverse its valueByteArrayRefCopyright © 2012 The Apache Software Foundation