Documentation
Dlang.org
SparseUnionScalar
arrow
sparse_union_scalar
class
SparseUnionScalar :
UnionScalar
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
SparseUnionScalar
self
();
this
(arrow.sparse_union_data_type.SparseUnionDataType dataType, byte typeCode, arrow.scalar.Scalar value);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.sparse_union_data_type.SparseUnionDataType dataType, byte typeCode, arrow.scalar.Scalar value)
Members
Functions
self
SparseUnionScalar
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From UnionScalar
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
UnionScalar
self
()
Returns
this
, for use in
with
statements.
getTypeCode
byte
getTypeCode
()
getValue
arrow
.
scalar
.
Scalar
getValue
()
arrow
sparse_union_scalar
classes
SparseUnionScalar