@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class LargeStringType extends LargeBinaryType
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 |
|---|
LargeStringType() |
LargeStringType(long size)
Native array allocator.
|
LargeStringType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LargeStringType |
getPointer(long i) |
static boolean |
is_utf8() |
String |
name()
\brief A string name of the type, omitting any child fields
\note Experimental API
|
LargeStringType |
position(long position) |
String |
ToString()
\brief A string representation of the type, including any children
|
static int |
type_id() |
static String |
type_name() |
layoutAccept, 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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic LargeStringType(Pointer p)
Pointer(Pointer).public LargeStringType(long size)
Pointer.position(long).public LargeStringType()
public LargeStringType position(long position)
position in class LargeBinaryTypepublic LargeStringType getPointer(long i)
getPointer in class LargeBinaryType@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()
DataTypeToString in class LargeBinaryType@StdString public String name()
DataTypename in class LargeBinaryTypeCopyright © 2021. All rights reserved.