arrow.round_options
Module for [RoundOptions] class
Types 3
Methods
RoundOptionsGidBuilder builder() static nothrowGet builder for [arrow.round_options.RoundOptions] 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.long nDigits() @property nothrowGet `nDigits` property. Returns: The rounding precision (number of digits to round to).void nDigits(long propval) @property nothrowSet `nDigits` property. Params: propval = The rounding precision (number of digits to round to).Fluent builder implementation template for arrow.round_options.RoundOptions
Methods
T mode(arrow.types.RoundMode propval) nothrowSet `mode` property. Params: propval = The rounding and tie-breaking mode. Returns: Builder instance for fluent chainingT nDigits(long propval) nothrowSet `nDigits` property. Params: propval = The rounding precision (number of digits to round to). Returns: Builder instance for fluent chainingFluent builder for arrow.round_options.RoundOptions
Methods