public abstract class LazyPrimitive<OI extends ObjectInspector,T extends org.apache.hadoop.io.Writable> extends LazyObject<OI>
Modifier and Type | Field and Description |
---|---|
protected T |
data |
isNull, oi
Modifier | Constructor and Description |
---|---|
protected |
LazyPrimitive(LazyPrimitive<OI,T> copy) |
protected |
LazyPrimitive(OI oi) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getWritableObject() |
int |
hashCode() |
void |
logExceptionMessage(ByteArrayRef bytes,
int start,
int length,
String dataType) |
String |
toString() |
getInspector, getObject, init, setInspector, setNull
protected T extends org.apache.hadoop.io.Writable data
protected LazyPrimitive(OI oi)
protected LazyPrimitive(LazyPrimitive<OI,T> copy)
public T getWritableObject()
public int hashCode()
hashCode
in class LazyObject<OI extends ObjectInspector>
public void logExceptionMessage(ByteArrayRef bytes, int start, int length, String dataType)
Copyright © 2017 The Apache Software Foundation. All rights reserved.