public class ColumnBuffer extends AbstractList<Object>
modCount| Constructor and Description |
|---|
ColumnBuffer(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TColumn colValues) |
ColumnBuffer(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId type,
BitSet nulls,
Object values) |
| Modifier and Type | Method and Description |
|---|---|
ColumnBuffer |
extractSubset(int end)
Get a subset of this ColumnBuffer, starting from the 1st value.
|
Object |
get(int index) |
org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId |
getType() |
int |
size() |
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(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TColumn colValues)
public ColumnBuffer extractSubset(int end)
end - index after the last value to includepublic org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId getType()
public Object get(int index)
public int size()
size in interface Collection<Object>size in interface List<Object>size in class AbstractCollection<Object>Copyright © 2023 The Apache Software Foundation. All rights reserved.