org.apache.hadoop.hive.serde2.objectinspector
Class StandardConstantListObjectInspector
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.StandardConstantListObjectInspector
- All Implemented Interfaces:
- Cloneable, ConstantObjectInspector, ListObjectInspector, ObjectInspector, SettableListObjectInspector
public class StandardConstantListObjectInspector
- extends StandardListObjectInspector
- implements ConstantObjectInspector
A StandardListObjectInspector which also implements the
ConstantObjectInspector interface.
Always use the ObjectInspectorFactory to create new ObjectInspector objects,
instead of directly creating an instance of this class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardConstantListObjectInspector
protected StandardConstantListObjectInspector(ObjectInspector listElementObjectInspector,
List<?> value)
- Call ObjectInspectorFactory.getStandardListObjectInspector instead.
getWritableConstantValue
public List<?> getWritableConstantValue()
- Specified by:
getWritableConstantValue
in interface ConstantObjectInspector
Copyright © 2011 The Apache Software Foundation