@Namespace(value="arrow") @Properties(inherit=arrow.class) public class DataTypeLayout extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static long |
kAlwaysNullBuffer |
static long |
kVariableSizeBuffer |
| Constructor and Description |
|---|
DataTypeLayout()
Default native constructor.
|
DataTypeLayout(long size)
Native array allocator.
|
DataTypeLayout(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LongPointer |
bit_widths() |
DataTypeLayout |
bit_widths(LongPointer setter) |
boolean |
has_dictionary() |
DataTypeLayout |
has_dictionary(boolean setter) |
static long |
kAlwaysNullBuffer() |
static long |
kVariableSizeBuffer() |
DataTypeLayout |
position(long position) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final long kAlwaysNullBuffer
public static final long kVariableSizeBuffer
public DataTypeLayout()
public DataTypeLayout(long size)
Pointer.position(long).public DataTypeLayout(Pointer p)
Pointer.Pointer(Pointer).public DataTypeLayout position(long position)
@Cast(value="int64_t*") @StdVector public LongPointer bit_widths()
public DataTypeLayout bit_widths(LongPointer setter)
public DataTypeLayout has_dictionary(boolean setter)
@MemberGetter @Cast(value="const int64_t") public static long kAlwaysNullBuffer()
@MemberGetter @Cast(value="const int64_t") public static long kVariableSizeBuffer()
Copyright © 2020. All rights reserved.