arrow.round_options
Module for [RoundOptions] class
Types 3
Methods
RoundOptions self()Returns `this`, for use in `with` statements.RoundOptionsGidBuilder builder()Get builder for [arrow.round_options.RoundOptions] Returns: New builder objectarrow.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).Methods
T mode(arrow.types.RoundMode propval)Set `mode` property. Params: propval = The rounding and tie-breaking mode. Returns: Builder instance for fluent chainingT nDigits(long propval)Set `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