org.apache.hadoop.hive.serde2.objectinspector
Interface SettableMapObjectInspector
- All Superinterfaces:
- MapObjectInspector, ObjectInspector
- All Known Implementing Classes:
- LazyBinaryMapObjectInspector, StandardMapObjectInspector
public interface SettableMapObjectInspector
- extends MapObjectInspector
create
Object create()
- Create an empty map.
put
Object put(Object map,
Object key,
Object value)
- Add a key-value pair to the map. Return the map.
remove
Object remove(Object map,
Object key)
- Remove a key-value pair from the map. Return the map.
clear
Object clear(Object map)
- Clear the map. Return the map.
Copyright © 2009 The Apache Software Foundation