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