@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class LargeListType extends BaseListType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
type_id |
| Constructor and Description |
|---|
LargeListType(DataType value_type) |
LargeListType(Field value_field) |
LargeListType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataTypeLayout |
layout()
\brief Return the data type layout.
|
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() |
value_field, value_typeasParametricType, 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, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic LargeListType(Pointer p)
Pointer(Pointer).public LargeListType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType value_type)
public LargeListType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field value_field)
@MemberGetter @Cast(value="const arrow::Type::type") public static int type_id()
public static String type_name()
@ByVal public DataTypeLayout layout()
DataType@StdString public String ToString()
DataType@StdString public String name()
DataTypeCopyright © 2021. All rights reserved.