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, setNullprotected 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 © 2019 The Apache Software Foundation. All Rights Reserved.