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