public static class OrcUnion.OrcUnionObjectInspector extends Object implements org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspector
| Constructor and Description |
|---|
OrcUnionObjectInspector(int columnId,
List<OrcProto.Type> types) |
OrcUnionObjectInspector(org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo info) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category |
getCategory() |
Object |
getField(Object obj) |
List<org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector> |
getObjectInspectors() |
byte |
getTag(Object obj) |
String |
getTypeName() |
public OrcUnionObjectInspector(int columnId,
List<OrcProto.Type> types)
public OrcUnionObjectInspector(org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo info)
public List<org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector> getObjectInspectors()
getObjectInspectors in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspectorpublic byte getTag(Object obj)
getTag in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspectorpublic Object getField(Object obj)
getField in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspectorpublic String getTypeName()
getTypeName in interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorpublic org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category getCategory()
getCategory in interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorCopyright © 2013–2021. All rights reserved.