@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class DataTypeLayout extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
DataTypeLayout.BufferKind |
static class |
DataTypeLayout.BufferSpec
Layout specification for a single data type buffer
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DataTypeLayout(DataTypeLayout.BufferSpec v) |
DataTypeLayout(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataTypeLayout.BufferSpec |
AlwaysNull() |
static DataTypeLayout.BufferSpec |
Bitmap() |
DataTypeLayout.BufferSpec |
buffers()
A vector of buffer layout specifications, one for each expected buffer
|
DataTypeLayout |
buffers(DataTypeLayout.BufferSpec setter) |
static DataTypeLayout.BufferSpec |
FixedWidth(long w) |
boolean |
has_dictionary()
Whether this type expects an associated dictionary array.
|
DataTypeLayout |
has_dictionary(boolean setter) |
static DataTypeLayout.BufferSpec |
VariableWidth() |
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 DataTypeLayout(Pointer p)
Pointer(Pointer).public DataTypeLayout(@StdVector DataTypeLayout.BufferSpec v)
@ByVal public static DataTypeLayout.BufferSpec FixedWidth(@Cast(value="int64_t") long w)
@ByVal public static DataTypeLayout.BufferSpec VariableWidth()
@ByVal public static DataTypeLayout.BufferSpec Bitmap()
@ByVal public static DataTypeLayout.BufferSpec AlwaysNull()
@StdVector public DataTypeLayout.BufferSpec buffers()
public DataTypeLayout buffers(DataTypeLayout.BufferSpec setter)
@Cast(value="bool") public boolean has_dictionary()
public DataTypeLayout has_dictionary(boolean setter)
Copyright © 2021. All rights reserved.