public class LazyHiveIntervalYearMonth extends LazyPrimitive<LazyHiveIntervalYearMonthObjectInspector,HiveIntervalYearMonthWritable>
data
isNull, oi
Constructor and Description |
---|
LazyHiveIntervalYearMonth(LazyHiveIntervalYearMonth copy) |
LazyHiveIntervalYearMonth(LazyHiveIntervalYearMonthObjectInspector oi) |
Modifier and Type | Method and Description |
---|---|
HiveIntervalYearMonthWritable |
getWritableObject() |
void |
init(ByteArrayRef bytes,
int start,
int length)
Set the data for this LazyObjectBase.
|
static void |
writeUTF8(OutputStream out,
HiveIntervalYearMonthWritable i) |
equals, hashCode, logExceptionMessage, toString
getInspector, getObject, setInspector, setNull
public LazyHiveIntervalYearMonth(LazyHiveIntervalYearMonthObjectInspector oi)
public LazyHiveIntervalYearMonth(LazyHiveIntervalYearMonth copy)
public void init(ByteArrayRef bytes, int start, int length)
LazyObjectBase
init
in interface LazyObjectBase
init
in class LazyObject<LazyHiveIntervalYearMonthObjectInspector>
bytes
- The wrapper of the byte[].start
- The start position inside the bytes.length
- The length of the data, starting from "start"ByteArrayRef
public static void writeUTF8(OutputStream out, HiveIntervalYearMonthWritable i) throws IOException
IOException
public HiveIntervalYearMonthWritable getWritableObject()
Copyright © 2017 The Apache Software Foundation. All rights reserved.