public class PhoenixListObjectInspector
extends java.lang.Object
implements org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
| Constructor and Description |
|---|
PhoenixListObjectInspector(org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector listElementObjectInspector,
byte separator,
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyObjectInspectorParameters lazyParams) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category |
getCategory() |
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyObjectInspectorParameters |
getLazyParams() |
java.util.List<?> |
getList(java.lang.Object data) |
java.lang.Object |
getListElement(java.lang.Object data,
int index) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector |
getListElementObjectInspector() |
int |
getListLength(java.lang.Object data) |
byte |
getSeparator() |
java.lang.String |
getTypeName() |
public PhoenixListObjectInspector(org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector listElementObjectInspector,
byte separator,
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyObjectInspectorParameters lazyParams)
public java.lang.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.ObjectInspectorpublic org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector getListElementObjectInspector()
getListElementObjectInspector in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic java.lang.Object getListElement(java.lang.Object data,
int index)
getListElement in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic int getListLength(java.lang.Object data)
getListLength in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic java.util.List<?> getList(java.lang.Object data)
getList in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspectorpublic byte getSeparator()
public org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyObjectInspectorParameters getLazyParams()
Copyright © 2021 Apache Software Foundation. All rights reserved.