public class StandardConstantListObjectInspector extends StandardListObjectInspector implements ConstantObjectInspector
ObjectInspector.Category| Modifier | Constructor and Description |
|---|---|
protected |
StandardConstantListObjectInspector() |
protected |
StandardConstantListObjectInspector(ObjectInspector listElementObjectInspector,
List<?> value)
Call ObjectInspectorFactory.getStandardListObjectInspector instead.
|
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getWritableConstantValue() |
create, getCategory, getList, getListElement, getListElementObjectInspector, getListLength, getTypeName, resize, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategory, getTypeNameprotected StandardConstantListObjectInspector()
protected StandardConstantListObjectInspector(ObjectInspector listElementObjectInspector, List<?> value)
public List<?> getWritableConstantValue()
getWritableConstantValue in interface ConstantObjectInspectorCopyright © 2019 The Apache Software Foundation. All Rights Reserved.