public class LazyHiveIntervalYearMonth extends LazyPrimitive<LazyHiveIntervalYearMonthObjectInspector,HiveIntervalYearMonthWritable>
dataisNull, 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, toStringgetInspector, getObject, setInspector, setNullpublic LazyHiveIntervalYearMonth(LazyHiveIntervalYearMonthObjectInspector oi)
public LazyHiveIntervalYearMonth(LazyHiveIntervalYearMonth copy)
public void init(ByteArrayRef bytes, int start, int length)
LazyObjectBaseinit in interface LazyObjectBaseinit 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"ByteArrayRefpublic static void writeUTF8(OutputStream out, HiveIntervalYearMonthWritable i) throws IOException
IOExceptionpublic HiveIntervalYearMonthWritable getWritableObject()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.