@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(DataType key_type,
Field item_field) |
MapType(DataType key_type,
Field item_field,
boolean keys_sorted) |
MapType(Field value_field) |
MapType(Field value_field,
boolean keys_sorted) |
MapType(Field key_field,
Field item_field) |
MapType(Field key_field,
Field item_field,
boolean keys_sorted) |
MapType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
item_field() |
DataType |
item_type() |
Field |
key_field() |
DataType |
key_type() |
boolean |
keys_sorted() |
static DataTypeResult |
Make(Field value_field) |
static DataTypeResult |
Make(Field value_field,
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() |
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 MapType(Pointer p)
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)
public MapType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType key_type, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field item_field, @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::Field>"}) Field item_field)
public MapType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field key_field, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field item_field, @Cast(value="bool") boolean keys_sorted)
public MapType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field key_field, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field item_field)
public MapType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field value_field, @Cast(value="bool") boolean keys_sorted)
public MapType(@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 static DataTypeResult Make(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field value_field, @Cast(value="bool") boolean keys_sorted)
@ByVal public static DataTypeResult Make(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) Field value_field)
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) public Field key_field()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType key_type()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) public Field item_field()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType item_type()
@StdString public String ToString()
DataType@StdString public String name()
DataTypeCopyright © 2021. All rights reserved.