public class ColumnBuffer extends AbstractList
modCount| Constructor and Description |
|---|
ColumnBuffer(org.apache.hive.service.rpc.thrift.TColumn colValues) |
ColumnBuffer(Type type) |
ColumnBuffer(Type type,
BitSet nulls,
Object values) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Object field) |
void |
addValue(Type type,
Object field) |
ColumnBuffer |
extractSubset(int end)
Get a subset of this ColumnBuffer, starting from the 1st value.
|
Object |
get(int index) |
Type |
getType() |
int |
size() |
org.apache.hive.service.rpc.thrift.TColumn |
toTColumn() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ColumnBuffer(Type type)
public ColumnBuffer(org.apache.hive.service.rpc.thrift.TColumn colValues)
public ColumnBuffer extractSubset(int end)
end - index after the last value to includepublic Type getType()
public Object get(int index)
get in interface Listget in class AbstractListpublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic org.apache.hive.service.rpc.thrift.TColumn toTColumn()
public void addValue(Object field)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.