public class StandardConstantMapObjectInspector extends StandardMapObjectInspector implements ConstantObjectInspector
ObjectInspector.Category
Modifier | Constructor and Description |
---|---|
protected |
StandardConstantMapObjectInspector(ObjectInspector mapKeyObjectInspector,
ObjectInspector mapValueObjectInspector,
java.util.Map<?,?> value)
Call ObjectInspectorFactory.getStandardMapObjectInspector instead.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<?,?> |
getWritableConstantValue() |
clear, create, getCategory, getMap, getMapKeyObjectInspector, getMapSize, getMapValueElement, getMapValueObjectInspector, getTypeName, put, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCategory, getTypeName
protected StandardConstantMapObjectInspector(ObjectInspector mapKeyObjectInspector, ObjectInspector mapValueObjectInspector, java.util.Map<?,?> value)
public java.util.Map<?,?> getWritableConstantValue()
getWritableConstantValue
in interface ConstantObjectInspector
Copyright © 2012 The Apache Software Foundation