public class LazyHiveIntervalDayTime extends LazyPrimitive<LazyHiveIntervalDayTimeObjectInspector,HiveIntervalDayTimeWritable>
data
isNull, 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, toString
getInspector, getObject, setInspector, setNull
public LazyHiveIntervalDayTime(LazyHiveIntervalDayTimeObjectInspector oi)
public LazyHiveIntervalDayTime(LazyHiveIntervalDayTime copy)
public void init(ByteArrayRef bytes, int start, int length)
LazyObjectBase
init
in interface LazyObjectBase
init
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"ByteArrayRef
public static void writeUTF8(OutputStream out, HiveIntervalDayTimeWritable i) throws IOException
IOException
public HiveIntervalDayTimeWritable getWritableObject()
getWritableObject
in class LazyPrimitive<LazyHiveIntervalDayTimeObjectInspector,HiveIntervalDayTimeWritable>
Copyright © 2017 The Apache Software Foundation. All rights reserved.