public class LazyHiveIntervalDayTime extends LazyPrimitive<LazyHiveIntervalDayTimeObjectInspector,HiveIntervalDayTimeWritable>
dataisNull, oi| Constructor and Description |
|---|
LazyHiveIntervalDayTime(LazyHiveIntervalDayTime copy) |
LazyHiveIntervalDayTime(LazyHiveIntervalDayTimeObjectInspector oi) |
| Modifier and Type | Method and Description |
|---|---|
HiveIntervalDayTimeWritable |
getWritableObject() |
void |
init(ByteArrayRef bytes,
int start,
int length)
Set the data for this LazyObjectBase.
|
static void |
writeUTF8(OutputStream out,
HiveIntervalDayTimeWritable i) |
equals, hashCode, logExceptionMessage, toStringgetInspector, getObject, setInspector, setNullpublic LazyHiveIntervalDayTime(LazyHiveIntervalDayTimeObjectInspector oi)
public LazyHiveIntervalDayTime(LazyHiveIntervalDayTime copy)
public void init(ByteArrayRef bytes, int start, int length)
LazyObjectBaseinit in interface LazyObjectBaseinit in class LazyObject<LazyHiveIntervalDayTimeObjectInspector>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, HiveIntervalDayTimeWritable i) throws IOException
IOExceptionpublic HiveIntervalDayTimeWritable getWritableObject()
getWritableObject in class LazyPrimitive<LazyHiveIntervalDayTimeObjectInspector,HiveIntervalDayTimeWritable>Copyright © 2017 The Apache Software Foundation. All rights reserved.