@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class DictionaryType extends FixedWidthType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
type_id |
| Constructor and Description |
|---|
DictionaryType(DataType index_type,
DataType value_type) |
DictionaryType(DataType index_type,
DataType value_type,
boolean ordered) |
DictionaryType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
bit_width() |
DataType |
index_type() |
DataTypeLayout |
layout()
\brief Return the data type layout.
|
static DataTypeResult |
Make(DataType index_type,
DataType value_type) |
static DataTypeResult |
Make(DataType index_type,
DataType value_type,
boolean ordered) |
String |
name()
\brief A string name of the type, omitting any child fields
\note Experimental API
|
boolean |
ordered() |
String |
ToString()
\brief A string representation of the type, including any children
|
static int |
type_id() |
static String |
type_name() |
DataType |
value_type() |
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, 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 DictionaryType(Pointer p)
Pointer(Pointer).public DictionaryType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType index_type, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType value_type, @Cast(value="bool") boolean ordered)
public DictionaryType(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType index_type, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType value_type)
@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::DataType>"}) DataType index_type, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType value_type, @Cast(value="bool") boolean ordered)
@ByVal public static DataTypeResult Make(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType index_type, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType value_type)
@StdString public String ToString()
DataType@StdString public String name()
DataTypepublic int bit_width()
bit_width in class FixedWidthType@ByVal public DataTypeLayout layout()
DataType@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType index_type()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType value_type()
Copyright © 2021. All rights reserved.