public class LazyBinaryTimestamp extends LazyBinaryPrimitive<WritableTimestampObjectInspector,TimestampWritableV2>
| Modifier and Type | Method and Description |
|---|---|
void |
init(ByteArrayRef bytes,
int start,
int length)
Initializes LazyBinaryTimestamp object
|
equals, getObject, getWritableObject, hashCode, toStringsetNullpublic void init(ByteArrayRef bytes, int start, int length)
bytes - start - length - If length is 4, no decimal bytes follow, otherwise read following bytes
as VInt and reverse its valueByteArrayRefCopyright © 2019 The Apache Software Foundation. All Rights Reserved.