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