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