@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class LargeBinaryType extends BaseBinaryType
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 |
|---|
LargeBinaryType() |
LargeBinaryType(long size)
Native array allocator.
|
LargeBinaryType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LargeBinaryType |
getPointer(long i) |
static boolean |
is_utf8() |
DataTypeLayout |
layout()
\brief Return the data type layout.
|
String |
name()
\brief A string name of the type, omitting any child fields
\note Experimental API
|
LargeBinaryType |
position(long position) |
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, 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 LargeBinaryType(Pointer p)
Pointer(Pointer).public LargeBinaryType(long size)
Pointer.position(long).public LargeBinaryType()
public LargeBinaryType position(long position)
public LargeBinaryType getPointer(long i)
getPointer in class 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()
@ByVal public DataTypeLayout layout()
DataType@StdString public String ToString()
DataType@StdString public String name()
DataTypeCopyright © 2021. All rights reserved.