@Namespace(value="arrow::ipc") @NoOffset @Properties(inherit=arrow.class) public class DictionaryFieldMapper extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DictionaryFieldMapper() |
DictionaryFieldMapper(long size)
Native array allocator.
|
DictionaryFieldMapper(Pointer p)
Pointer cast constructor.
|
DictionaryFieldMapper(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Status |
AddField(long id,
int[] field_path) |
Status |
AddField(long id,
IntBuffer field_path) |
Status |
AddField(long id,
IntPointer field_path) |
Status |
AddSchemaFields(Schema schema) |
LongResult |
GetFieldId(int[] field_path) |
LongResult |
GetFieldId(IntBuffer field_path) |
LongResult |
GetFieldId(IntPointer field_path) |
DictionaryFieldMapper |
getPointer(long i) |
int |
num_fields() |
DictionaryFieldMapper |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic DictionaryFieldMapper(Pointer p)
Pointer(Pointer).public DictionaryFieldMapper(long size)
Pointer.position(long).public DictionaryFieldMapper()
public DictionaryFieldMapper position(long position)
public DictionaryFieldMapper getPointer(long i)
getPointer in class Pointer@ByVal public Status AddField(@Cast(value="int64_t") long id, @StdVector IntPointer field_path)
@ByVal public Status AddField(@Cast(value="int64_t") long id, @StdVector IntBuffer field_path)
@ByVal public Status AddField(@Cast(value="int64_t") long id, @StdVector int[] field_path)
@ByVal public LongResult GetFieldId(@StdVector IntPointer field_path)
@ByVal public LongResult GetFieldId(@StdVector IntBuffer field_path)
@ByVal public LongResult GetFieldId(@StdVector int[] field_path)
public int num_fields()
Copyright © 2021. All rights reserved.