arrow.round_to_multiple_options
Module for [RoundToMultipleOptions] class
Types 3
Methods
RoundToMultipleOptionsGidBuilder builder() static nothrowGet builder for [arrow.round_to_multiple_options.RoundToMultipleOptions] Returns: New builder objectarrow.types.RoundMode mode() @property nothrowGet `mode` property. Returns: The rounding and tie-breaking mode.void mode(arrow.types.RoundMode propval) @property nothrowSet `mode` property. Params: propval = The rounding and tie-breaking mode.arrow.scalar.Scalar multiple() @property nothrowGet `multiple` property. Returns: The rounding scale (multiple to round to).void multiple(arrow.scalar.Scalar propval) @property nothrowSet `multiple` property. Params: propval = The rounding scale (multiple to round to).classRoundToMultipleOptionsGidBuilderImpl(T) : arrow.function_options.FunctionOptionsGidBuilderImpl!T
Fluent builder implementation template for arrow.round_to_multiple_options.RoundToMultipleOptions
Methods
T mode(arrow.types.RoundMode propval) nothrowSet `mode` property. Params: propval = The rounding and tie-breaking mode. Returns: Builder instance for fluent chainingT multiple(arrow.scalar.Scalar propval) nothrowSet `multiple` property. Params: propval = The rounding scale (multiple to round to).