public class TableMapObjectInspector extends StandardMapObjectInspector
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
Map<?,?> |
getMap(Object data) |
int |
getMapSize(Object data) |
Object |
getMapValueElement(Object data,
Object key) |
clear, create, getCategory, getMapKeyObjectInspector, getMapValueObjectInspector, getTypeName, put, remove
public Object getMapValueElement(Object data, Object key)
getMapValueElement
in interface MapObjectInspector
getMapValueElement
in class StandardMapObjectInspector
public int getMapSize(Object data)
getMapSize
in interface MapObjectInspector
getMapSize
in class StandardMapObjectInspector
public Map<?,?> getMap(Object data)
getMap
in interface MapObjectInspector
getMap
in class StandardMapObjectInspector
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.