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