@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(MemoryPool pool,
Array dictionary) |
DictionaryMemoTable(MemoryPool pool,
DataType type) |
DictionaryMemoTable(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
GetArrayData(long start_offset,
ArrayData out) |
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, 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, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic DictionaryMemoTable(Pointer p)
Pointer(Pointer).public DictionaryMemoTable(MemoryPool pool, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type)
public DictionaryMemoTable(MemoryPool pool, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) Array dictionary)
Copyright © 2021. All rights reserved.