Documentation
Dlang.org
DenseUnionScalar
arrow
dense_union_scalar
class
DenseUnionScalar :
UnionScalar
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
DenseUnionScalar
self
();
this
(arrow.dense_union_data_type.DenseUnionDataType dataType, byte typeCode, arrow.scalar.Scalar value);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.dense_union_data_type.DenseUnionDataType dataType, byte typeCode, arrow.scalar.Scalar value)
Members
Functions
self
DenseUnionScalar
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
dense_union_scalar
classes
DenseUnionScalar