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