@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class FixedSizeBinaryType extends FixedWidthType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static boolean |
is_utf8 |
static int |
type_id |
| Constructor and Description |
|---|
FixedSizeBinaryType(int byte_width) |
FixedSizeBinaryType(int byte_width,
int override_type_id) |
FixedSizeBinaryType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ParametricType |
asParametricType() |
static ParametricType |
asParametricType(FixedSizeBinaryType pointer) |
int |
bit_width() |
int |
byte_width() |
static boolean |
is_utf8() |
DataTypeLayout |
layout()
\brief Return the data type layout.
|
static DataTypeResult |
Make(int byte_width) |
String |
name()
\brief A string name of the type, omitting any child fields
\note Experimental API
|
String |
ToString()
\brief A string representation of the type, including any children
|
static int |
type_id() |
static String |
type_name() |
Accept, 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 FixedSizeBinaryType(Pointer p)
Pointer(Pointer).public FixedSizeBinaryType(int byte_width)
public ParametricType asParametricType()
@Namespace @Name(value="static_cast<arrow::ParametricType*>") public static ParametricType asParametricType(FixedSizeBinaryType pointer)
@MemberGetter @Cast(value="const arrow::Type::type") public static int type_id()
@MemberGetter @Cast(value="const bool") public static boolean is_utf8()
public static String type_name()
@StdString public String ToString()
DataType@StdString public String name()
DataType@ByVal public DataTypeLayout layout()
DataTypepublic int byte_width()
public int bit_width()
bit_width in class FixedWidthType@ByVal public static DataTypeResult Make(int byte_width)
Copyright © 2021. All rights reserved.