| Constructor and Description |
|---|
OrcLazyListObjectInspector(int columnId,
List<OrcProto.Type> types) |
OrcLazyListObjectInspector(org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo info) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category |
getCategory() |
List<?> |
getList(Object data) |
Object |
getListElement(Object data,
int index) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector |
getListElementObjectInspector() |
int |
getListLength(Object data) |
String |
getTypeName() |
public OrcLazyListObjectInspector(org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo info)
public OrcLazyListObjectInspector(int columnId,
List<OrcProto.Type> types)
public List<?> getList(Object data)
getList in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic Object getListElement(Object data, int index)
getListElement in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector getListElementObjectInspector()
getListElementObjectInspector in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic int getListLength(Object data)
getListLength in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic 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.