arrow.decimal128_scalar

Module for [Decimal128Scalar] class

Types 3

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

Fluent builder implementation template for arrow.decimal128_scalar.Decimal128Scalar

Methods
T value(arrow.decimal128.Decimal128 propval) nothrowSet `value` property. Params: propval = The value of the scalar. Returns: Builder instance for fluent chaining