org.apache.hadoop.hive.serde2.objectinspector.primitive
Class PrimitiveObjectInspectorUtils.ParameterizedObjectInspectorMap
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.ParameterizedObjectInspectorMap
- Enclosing class:
- PrimitiveObjectInspectorUtils
public static class PrimitiveObjectInspectorUtils.ParameterizedObjectInspectorMap
- extends Object
Helper class to store parameterized primitive object inspectors, which can be
used by the various object inspector factory methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveObjectInspectorUtils.ParameterizedObjectInspectorMap
public PrimitiveObjectInspectorUtils.ParameterizedObjectInspectorMap()
getObjectInspector
public PrimitiveObjectInspector getObjectInspector(PrimitiveTypeSpec typeSpec)
setObjectInspector
public void setObjectInspector(PrimitiveObjectInspector oi)
Copyright © 2012 The Apache Software Foundation