arrow.round_options

Module for [RoundOptions] class

Types 3

Methods
GType _gType() @property
RoundOptions self()Returns `this`, for use in `with` statements.
RoundOptionsGidBuilder builder()Get builder for [arrow.round_options.RoundOptions] Returns: New builder object
arrow.types.RoundMode mode() @propertyGet `mode` property. Returns: The rounding and tie-breaking mode.
void mode(arrow.types.RoundMode propval) @propertySet `mode` property. Params: propval = The rounding and tie-breaking mode.
long nDigits() @propertyGet `nDigits` property. Returns: The rounding precision (number of digits to round to).
void nDigits(long propval) @propertySet `nDigits` property. Params: propval = The rounding precision (number of digits to round to).
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T mode(arrow.types.RoundMode propval)Set `mode` property. Params: propval = The rounding and tie-breaking mode. Returns: Builder instance for fluent chaining
T nDigits(long propval)Set `nDigits` property. Params: propval = The rounding precision (number of digits to round to). Returns: Builder instance for fluent chaining

Fluent builder for [arrow.round_options.RoundOptions]