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, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCategory, getTypeName
protected StandardConstantMapObjectInspector()
protected StandardConstantMapObjectInspector(ObjectInspector mapKeyObjectInspector, ObjectInspector mapValueObjectInspector, Map<?,?> value)
public Map<?,?> getWritableConstantValue()
getWritableConstantValue
in interface ConstantObjectInspector
Copyright © 2017 The Apache Software Foundation. All rights reserved.