@Namespace(value="arrow::internal") @NoOffset @Properties(inherit=arrow.class) public class DictionaryMemoTable extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DictionaryMemoTable(Array dictionary) |
DictionaryMemoTable(DataType type) |
DictionaryMemoTable(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
GetArrayData(MemoryPool pool,
long start_offset,
ArrayData out) |
int |
GetOrInsert(boolean value) |
int |
GetOrInsert(byte value) |
int |
GetOrInsert(double value) |
int |
GetOrInsert(float value) |
int |
GetOrInsert(int value) |
int |
GetOrInsert(long value) |
int |
GetOrInsert(short value) |
Status |
InsertValues(Array values)
\brief Insert new memo values
|
int |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DictionaryMemoTable(Pointer p)
Pointer.Pointer(Pointer).public DictionaryMemoTable(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type)
public DictionaryMemoTable(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) Array dictionary)
public int GetOrInsert(byte value)
public int GetOrInsert(short value)
public int GetOrInsert(int value)
public int GetOrInsert(float value)
public int GetOrInsert(double value)
@ByVal public Status GetArrayData(MemoryPool pool, @Cast(value="int64_t") long start_offset, @SharedPtr ArrayData out)
@ByVal public Status InsertValues(@Const @ByRef Array values)
public int size()
Copyright © 2020. All rights reserved.