public class LazyTimestampLocalTZ extends LazyPrimitive<LazyTimestampLocalTZObjectInspector,TimestampLocalTZWritable>
dataisNull, oi| Constructor and Description |
|---|
LazyTimestampLocalTZ(LazyTimestampLocalTZ copy) |
LazyTimestampLocalTZ(LazyTimestampLocalTZObjectInspector lazyTimestampTZObjectInspector) |
| Modifier and Type | Method and Description |
|---|---|
TimestampLocalTZWritable |
getWritableObject() |
void |
init(ByteArrayRef bytes,
int start,
int length)
Set the data for this LazyObjectBase.
|
static void |
writeUTF8(OutputStream out,
TimestampLocalTZWritable i) |
equals, hashCode, logExceptionMessage, toStringgetInspector, getObject, setInspector, setNullpublic LazyTimestampLocalTZ(LazyTimestampLocalTZObjectInspector lazyTimestampTZObjectInspector)
public LazyTimestampLocalTZ(LazyTimestampLocalTZ copy)
public void init(ByteArrayRef bytes, int start, int length)
LazyObjectBaseinit in interface LazyObjectBaseinit in class LazyObject<LazyTimestampLocalTZObjectInspector>bytes - The wrapper of the byte[].start - The start position inside the bytes.length - The length of the data, starting from "start"ByteArrayRefpublic TimestampLocalTZWritable getWritableObject()
getWritableObject in class LazyPrimitive<LazyTimestampLocalTZObjectInspector,TimestampLocalTZWritable>public static void writeUTF8(OutputStream out, TimestampLocalTZWritable i) throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.