@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class MapType extends ListType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
type_id |
| Constructor and Description |
|---|
MapType(DataType key_type,
DataType item_type) |
MapType(DataType key_type,
DataType item_type,
boolean keys_sorted) |
MapType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
item_type() |
DataType |
key_type() |
boolean |
keys_sorted() |
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() |
layout, value_field, value_typeasParametricType, asParametricTypeAccept, child, children, Equals, Equals, id, num_childrenfingerprint, metadata_fingerprintaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MapType(Pointer p)
Pointer.Pointer(Pointer).public MapType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType key_type, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType item_type, @Cast(value="bool") boolean keys_sorted)
public MapType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType key_type, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType item_type)
@MemberGetter @Cast(value="const arrow::Type::type") public static int type_id()
public static String type_name()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType key_type()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType item_type()
@StdString public String ToString()
DataType@StdString public String name()
DataTypeCopyright © 2020. All rights reserved.