org.apache.hadoop.hive.serde2.lazybinary
Class LazyBinaryDate
java.lang.Object
org.apache.hadoop.hive.serde2.lazy.LazyObjectBase
org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryObject<OI>
org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive<WritableDateObjectInspector,DateWritable>
org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryDate
public class LazyBinaryDate
- extends LazyBinaryPrimitive<WritableDateObjectInspector,DateWritable>
A LazyBinaryObject that encodes a java.sql.Date in a VInt.
Method Summary |
void |
init(ByteArrayRef bytes,
int start,
int length)
Initializes LazyBinaryDate object. |
init
public void init(ByteArrayRef bytes,
int start,
int length)
- Initializes LazyBinaryDate object.
- Specified by:
init
in class LazyObjectBase
- Parameters:
bytes
- start
- length
- - See Also:
ByteArrayRef
Copyright © 2014 The Apache Software Foundation. All rights reserved.