public class LazyBinaryListObjectInspector extends StandardListObjectInspector
ObjectInspector.Category| Modifier | Constructor and Description |
|---|---|
protected |
LazyBinaryListObjectInspector() |
protected |
LazyBinaryListObjectInspector(ObjectInspector listElementObjectInspector) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getList(Object data)
returns null for data = null.
|
Object |
getListElement(Object data,
int index)
returns null for null list, out-of-the-range index.
|
int |
getListLength(Object data)
returns -1 for data = null.
|
create, getCategory, getListElementObjectInspector, getTypeName, resize, setprotected LazyBinaryListObjectInspector()
protected LazyBinaryListObjectInspector(ObjectInspector listElementObjectInspector)
public List<?> getList(Object data)
ListObjectInspectorgetList in interface ListObjectInspectorgetList in class StandardListObjectInspectorpublic Object getListElement(Object data, int index)
ListObjectInspectorgetListElement in interface ListObjectInspectorgetListElement in class StandardListObjectInspectorpublic int getListLength(Object data)
ListObjectInspectorgetListLength in interface ListObjectInspectorgetListLength in class StandardListObjectInspectorCopyright © 2022 The Apache Software Foundation. All rights reserved.