public interface SettableListObjectInspector extends ListObjectInspector
ObjectInspector.Category| Modifier and Type | Method and Description |
|---|---|
Object |
create(int size)
Create a list with the given size.
|
Object |
resize(Object list,
int newSize)
Resize the list.
|
Object |
set(Object list,
int index,
Object element)
Set the element at index.
|
getList, getListElement, getListElementObjectInspector, getListLengthgetCategory, getTypeNameObject create(int size)
Copyright © 2017 The Apache Software Foundation. All rights reserved.