@Namespace(value="arrow") @Properties(inherit=arrow.class) public class Type extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
BINARY
enum arrow::Type::type
|
static int |
BOOL
enum arrow::Type::type
|
static int |
DATE32
enum arrow::Type::type
|
static int |
DATE64
enum arrow::Type::type
|
static int |
DECIMAL
enum arrow::Type::type
|
static int |
DECIMAL128
enum arrow::Type::type
|
static int |
DECIMAL256
enum arrow::Type::type
|
static int |
DENSE_UNION
enum arrow::Type::type
|
static int |
DICTIONARY
enum arrow::Type::type
|
static int |
DOUBLE
enum arrow::Type::type
|
static int |
DURATION
enum arrow::Type::type
|
static int |
EXTENSION
enum arrow::Type::type
|
static int |
FIXED_SIZE_BINARY
enum arrow::Type::type
|
static int |
FIXED_SIZE_LIST
enum arrow::Type::type
|
static int |
FLOAT
enum arrow::Type::type
|
static int |
HALF_FLOAT
enum arrow::Type::type
|
static int |
INT16
enum arrow::Type::type
|
static int |
INT32
enum arrow::Type::type
|
static int |
INT64
enum arrow::Type::type
|
static int |
INT8
enum arrow::Type::type
|
static int |
INTERVAL_DAY_TIME
enum arrow::Type::type
|
static int |
INTERVAL_MONTHS
enum arrow::Type::type
|
static int |
LARGE_BINARY
enum arrow::Type::type
|
static int |
LARGE_LIST
enum arrow::Type::type
|
static int |
LARGE_STRING
enum arrow::Type::type
|
static int |
LIST
enum arrow::Type::type
|
static int |
MAP
enum arrow::Type::type
|
static int |
MAX_ID
enum arrow::Type::type
|
static int |
NA
enum arrow::Type::type
|
static int |
SPARSE_UNION
enum arrow::Type::type
|
static int |
STRING
enum arrow::Type::type
|
static int |
STRUCT
enum arrow::Type::type
|
static int |
TIME32
enum arrow::Type::type
|
static int |
TIME64
enum arrow::Type::type
|
static int |
TIMESTAMP
enum arrow::Type::type
|
static int |
UINT16
enum arrow::Type::type
|
static int |
UINT32
enum arrow::Type::type
|
static int |
UINT64
enum arrow::Type::type
|
static int |
UINT8
enum arrow::Type::type
|
| Constructor and Description |
|---|
Type()
Default native constructor.
|
Type(long size)
Native array allocator.
|
Type(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getPointer(long i) |
Type |
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 static final int NA
public static final int BOOL
public static final int UINT8
public static final int INT8
public static final int UINT16
public static final int INT16
public static final int UINT32
public static final int INT32
public static final int UINT64
public static final int INT64
public static final int HALF_FLOAT
public static final int FLOAT
public static final int DOUBLE
public static final int STRING
public static final int BINARY
public static final int FIXED_SIZE_BINARY
public static final int DATE32
public static final int DATE64
public static final int TIMESTAMP
public static final int TIME32
public static final int TIME64
public static final int INTERVAL_MONTHS
public static final int INTERVAL_DAY_TIME
public static final int DECIMAL128
public static final int DECIMAL
public static final int DECIMAL256
public static final int LIST
public static final int STRUCT
public static final int SPARSE_UNION
public static final int DENSE_UNION
public static final int DICTIONARY
public static final int MAP
public static final int EXTENSION
public static final int FIXED_SIZE_LIST
public static final int DURATION
public static final int LARGE_STRING
public static final int LARGE_BINARY
public static final int LARGE_LIST
public static final int MAX_ID
public Type()
public Type(long size)
Pointer.position(long).public Type(Pointer p)
Pointer(Pointer).Copyright © 2021. All rights reserved.