@Name(value="std::vector<std::shared_ptr<arrow::Array> >") @Properties(inherit=arrow.class) public class ArrayVector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ArrayVector() |
ArrayVector(Array... array) |
ArrayVector(Array value) |
ArrayVector(long n) |
ArrayVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
ArrayVector.Iterator |
end() |
ArrayVector.Iterator |
erase(ArrayVector.Iterator pos) |
Array[] |
get() |
Array |
get(long i) |
ArrayVector.Iterator |
insert(ArrayVector.Iterator pos,
Array value) |
Array |
pop_back() |
ArrayVector |
push_back(Array value) |
ArrayVector |
put(Array... array) |
ArrayVector |
put(Array value) |
ArrayVector |
put(ArrayVector x) |
ArrayVector |
put(long i,
Array value) |
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, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ArrayVector(Pointer p)
Pointer(Pointer).public ArrayVector()
public ArrayVector(long n)
@Name(value="operator =") @ByRef public ArrayVector put(@ByRef ArrayVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) public Array get(@Cast(value="size_t") long i)
public ArrayVector put(@Cast(value="size_t") long i, Array value)
@ByVal public ArrayVector.Iterator insert(@ByVal ArrayVector.Iterator pos, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) Array value)
@ByVal public ArrayVector.Iterator erase(@ByVal ArrayVector.Iterator pos)
@ByVal public ArrayVector.Iterator begin()
@ByVal public ArrayVector.Iterator end()
public Array[] get()
public Array pop_back()
public ArrayVector push_back(Array value)
public ArrayVector put(Array value)
public ArrayVector put(Array... array)
Copyright © 2021. All rights reserved.