@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class SparseUnionType extends UnionType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
type_id |
kInvalidChildId, kMaxTypeCode| Constructor and Description |
|---|
SparseUnionType(FieldVector fields,
byte[] type_codes) |
SparseUnionType(FieldVector fields,
ByteBuffer type_codes) |
SparseUnionType(FieldVector fields,
BytePointer type_codes) |
SparseUnionType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataTypeResult |
Make(FieldVector fields,
byte[] type_codes) |
static DataTypeResult |
Make(FieldVector fields,
ByteBuffer type_codes) |
static DataTypeResult |
Make(FieldVector fields,
BytePointer type_codes) |
String |
name()
\brief A string name of the type, omitting any child fields
\note Experimental API
|
static int |
type_id() |
static String |
type_name() |
child_ids, kInvalidChildId, kMaxTypeCode, layout, Make, Make, Make, Make, Make, Make, max_type_code, mode, ToString, type_codesasParametricType, asParametricTypeAccept, child, children, Equals, Equals, field, fields, Hash, id, num_children, num_fieldsfingerprint, metadata_fingerprintaddress, 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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SparseUnionType(Pointer p)
Pointer(Pointer).public SparseUnionType(@ByVal FieldVector fields, @StdVector BytePointer type_codes)
public SparseUnionType(@ByVal FieldVector fields, @StdVector ByteBuffer type_codes)
public SparseUnionType(@ByVal FieldVector fields, @StdVector byte[] type_codes)
@MemberGetter @Cast(value="const arrow::Type::type") public static int type_id()
public static String type_name()
@ByVal public static DataTypeResult Make(@ByVal FieldVector fields, @StdVector BytePointer type_codes)
@ByVal public static DataTypeResult Make(@ByVal FieldVector fields, @StdVector ByteBuffer type_codes)
@ByVal public static DataTypeResult Make(@ByVal FieldVector fields, @StdVector byte[] type_codes)
@StdString public String name()
DataTypeCopyright © 2021. All rights reserved.