public interface SettableMapObjectInspector extends MapObjectInspector
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
Object |
clear(Object map)
Clear the map.
|
Object |
create()
Create an empty map.
|
Object |
put(Object map,
Object key,
Object value)
Add a key-value pair to the map.
|
Object |
remove(Object map,
Object key)
Remove a key-value pair from the map.
|
getMap, getMapKeyObjectInspector, getMapSize, getMapValueElement, getMapValueObjectInspector
getCategory, getTypeName
Copyright © 2017 The Apache Software Foundation. All rights reserved.