public class TableStoreListObjectInspector extends Object implements org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
ListObjectInspector for ArrayData.
Behaviors of this class when input is null are compatible with StandardListObjectInspector.
| 构造器和说明 |
|---|
TableStoreListObjectInspector(org.apache.flink.table.types.logical.LogicalType elementType) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category |
getCategory() |
List<?> |
getList(Object o) |
Object |
getListElement(Object o,
int i) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector |
getListElementObjectInspector() |
int |
getListLength(Object o) |
String |
getTypeName() |
public TableStoreListObjectInspector(org.apache.flink.table.types.logical.LogicalType elementType)
public org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector getListElementObjectInspector()
getListElementObjectInspector 在接口中 org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic Object getListElement(Object o, int i)
getListElement 在接口中 org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic int getListLength(Object o)
getListLength 在接口中 org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic List<?> getList(Object o)
getList 在接口中 org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic String getTypeName()
getTypeName 在接口中 org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorpublic org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category getCategory()
getCategory 在接口中 org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.