public class LazyBinaryTimestamp extends LazyBinaryPrimitive<WritableTimestampObjectInspector,TimestampWritable>
Modifier and Type | Method and Description |
---|---|
void |
init(ByteArrayRef bytes,
int start,
int length)
Initializes LazyBinaryTimestamp object
|
equals, getObject, getWritableObject, hashCode, toString
setNull
public 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 valueByteArrayRef
Copyright © 2017 The Apache Software Foundation. All rights reserved.