@Name(value="std::vector<std::shared_ptr<arrow::Table> >") @Properties(inherit=arrow.class) public class TableVector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
TableVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TableVector() |
TableVector(long n) |
TableVector(Pointer p)
Pointer cast constructor.
|
TableVector(Table... array) |
TableVector(Table value) |
| Modifier and Type | Method and Description |
|---|---|
TableVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
TableVector.Iterator |
end() |
TableVector.Iterator |
erase(TableVector.Iterator pos) |
Table[] |
get() |
Table |
get(long i) |
TableVector.Iterator |
insert(TableVector.Iterator pos,
Table value) |
Table |
pop_back() |
TableVector |
push_back(Table value) |
TableVector |
put(long i,
Table value) |
TableVector |
put(Table... array) |
TableVector |
put(Table value) |
TableVector |
put(TableVector x) |
void |
resize(long n) |
long |
size() |
String |
toString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TableVector(Pointer p)
Pointer(Pointer).public TableVector()
public TableVector(long n)
@Name(value="operator =") @ByRef public TableVector put(@ByRef TableVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Table>"}) public Table get(@Cast(value="size_t") long i)
public TableVector put(@Cast(value="size_t") long i, Table value)
@ByVal public TableVector.Iterator insert(@ByVal TableVector.Iterator pos, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Table>"}) Table value)
@ByVal public TableVector.Iterator erase(@ByVal TableVector.Iterator pos)
@ByVal public TableVector.Iterator begin()
@ByVal public TableVector.Iterator end()
public Table[] get()
public Table pop_back()
public TableVector push_back(Table value)
public TableVector put(Table value)
public TableVector put(Table... array)
Copyright © 2021. All rights reserved.