| Constructor and Description |
|---|
OrcLazyMapObjectInspector(int columnId,
List<OrcProto.Type> types) |
OrcLazyMapObjectInspector(org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo info) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category |
getCategory() |
Map<?,?> |
getMap(Object data) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector |
getMapKeyObjectInspector() |
int |
getMapSize(Object data) |
Object |
getMapValueElement(Object data,
Object key) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector |
getMapValueObjectInspector() |
String |
getTypeName() |
public OrcLazyMapObjectInspector(org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo info)
public OrcLazyMapObjectInspector(int columnId,
List<OrcProto.Type> types)
public Map<?,?> getMap(Object data)
getMap in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspectorpublic org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector getMapKeyObjectInspector()
getMapKeyObjectInspector in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspectorpublic int getMapSize(Object data)
getMapSize in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspectorpublic Object getMapValueElement(Object data, Object key)
getMapValueElement in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspectorpublic org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector getMapValueObjectInspector()
getMapValueObjectInspector in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspectorpublic 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.