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).Fluent builder implementation template for arrow.round_options.RoundOptions
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
RoundOptions build()Create object from builder. Returns: New object