arrow.decimal64_scalar

Module for [Decimal64Scalar] class

Types 3

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

Fluent builder implementation template for arrow.decimal64_scalar.Decimal64Scalar

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