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, toString
public void init(ByteArrayRef bytes, int start, int length)
init
in class LazyObjectBase
bytes
- start
- length
- If length is 4, no decimal bytes follow, otherwise read following bytes
as VInt and reverse its valueByteArrayRef
Copyright © 2012 The Apache Software Foundation