Documentation
Dlang.org
DenseUnionArray
arrow
dense_union_array
class
DenseUnionArray :
UnionArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
DenseUnionArray
self
();
this
(arrow.int8_array.Int8Array typeIds, arrow.int32_array.Int32Array valueOffsets, arrow.array.Array[] fields);
static
arrow
.
dense_union_array
.
DenseUnionArray
newDataType
(arrow.dense_union_data_type.DenseUnionDataType dataType, arrow.int8_array.Int8Array typeIds, arrow.int32_array.Int32Array valueOffsets, arrow.array.Array[] fields);
int
getValueOffset
(long i);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.int8_array.Int8Array typeIds, arrow.int32_array.Int32Array valueOffsets, arrow.array.Array[] fields)
Members
Functions
getValueOffset
int
getValueOffset
(long i)
self
DenseUnionArray
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
newDataType
arrow
.
dense_union_array
.
DenseUnionArray
newDataType
(arrow.dense_union_data_type.DenseUnionDataType dataType, arrow.int8_array.Int8Array typeIds, arrow.int32_array.Int32Array valueOffsets, arrow.array.Array[] fields)
Inherited Members
From UnionArray
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
UnionArray
self
()
Returns
this
, for use in
with
statements.
getChildId
int
getChildId
(long i)
getField
arrow
.
array
.
Array
getField
(int i)
getTypeCode
byte
getTypeCode
(long i)
arrow
dense_union_array
classes
DenseUnionArray