Documentation
Dlang.org
DenseUnionScalar
arrow
dense_union_scalar
class
DenseUnionScalar :
UnionScalar
{
this
(arrow.dense_union_data_type.DenseUnionDataType dataType, byte typeCode, arrow.scalar.Scalar value);
}
Constructors
this
this
(arrow.dense_union_data_type.DenseUnionDataType dataType, byte typeCode, arrow.scalar.Scalar value)
Inherited Members
From UnionScalar
getTypeCode
byte
getTypeCode
()
getValue
arrow
.
scalar
.
Scalar
getValue
()
arrow
dense_union_scalar
classes
DenseUnionScalar