arrow.union_scalar

Module for UnionScalar class

Types 3

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

Fluent builder implementation template for arrow.union_scalar.UnionScalar

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