Class DrillTinyIntByteObjectInspector.Optional
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
org.apache.drill.exec.expr.fn.impl.hive.AbstractDrillPrimitiveObjectInspector
org.apache.drill.exec.expr.fn.impl.hive.DrillTinyIntByteObjectInspector.Optional
- All Implemented Interfaces:
Cloneable
,org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
,org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector
,org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Enclosing class:
- DrillTinyIntByteObjectInspector
public static class DrillTinyIntByteObjectInspector.Optional
extends AbstractDrillPrimitiveObjectInspector
implements org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector.PrimitiveCategory
-
Field Summary
Fields inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
typeInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte
org.apache.hadoop.hive.serde2.io.ByteWritable
Methods inherited from class org.apache.drill.exec.expr.fn.impl.hive.AbstractDrillPrimitiveObjectInspector
copyObject, preferWritable
Methods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scale
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
-
Constructor Details
-
Optional
public Optional()
-
-
Method Details
-
get
- Specified by:
get
in interfaceorg.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector
-
getPrimitiveJavaObject
- Specified by:
getPrimitiveJavaObject
in interfaceorg.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
-
getPrimitiveWritableObject
- Specified by:
getPrimitiveWritableObject
in interfaceorg.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
-