arrow.union_scalar

Module for [UnionScalar] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
UnionScalar self() nothrowReturns `this`, for use in `with` statements.
UnionScalarGidBuilder builder() static nothrowGet builder for [arrow.union_scalar.UnionScalar] Returns: New builder object
byte getTypeCode() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.union_scalar.UnionScalar

Methods
T value(arrow.scalar.Scalar propval) nothrowSet `value` property. Params: propval = The value of the scalar. Returns: Builder instance for fluent chaining
Methods
UnionScalar build() nothrowCreate object from builder. Returns: New object