public class TableArrayObjectInspector extends org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category| Modifier and Type | Method and Description |
|---|---|
List<?> |
getList(Object data) |
Object |
getListElement(Object data,
int index) |
int |
getListLength(Object data) |
create, getCategory, getListElementObjectInspector, getTypeName, resize, setpublic Object getListElement(Object data, int index)
getListElement in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorgetListElement in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspectorpublic int getListLength(Object data)
getListLength in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorgetListLength in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspectorpublic List<?> getList(Object data)
getList in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorgetList in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspectorCopyright (c) 2011, 2017 Oracle and/or its affiliates. All rights reserved.