Documentation
Dlang.org
SparseUnionArray
arrow
sparse_union_array
class
SparseUnionArray :
UnionArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
SparseUnionArray
self
();
this
(arrow.int8_array.Int8Array typeIds, arrow.array.Array[] fields);
static
arrow
.
sparse_union_array
.
SparseUnionArray
newDataType
(arrow.sparse_union_data_type.SparseUnionDataType dataType, arrow.int8_array.Int8Array typeIds, arrow.array.Array[] fields);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.int8_array.Int8Array typeIds, arrow.array.Array[] fields)
Members
Functions
self
SparseUnionArray
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
newDataType
arrow
.
sparse_union_array
.
SparseUnionArray
newDataType
(arrow.sparse_union_data_type.SparseUnionDataType dataType, arrow.int8_array.Int8Array typeIds, 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
sparse_union_array
classes
SparseUnionArray