arrow.equal_options
Module for [EqualOptions] class
Types 3
Methods
EqualOptions self()Returns `this`, for use in `with` statements.EqualOptionsGidBuilder builder()Get builder for [arrow.equal_options.EqualOptions] Returns: New builder objectdouble absoluteTolerance() @propertyGet `absoluteTolerance` property. Returns: The absolute tolerance for approximate comparison of floating-point values.void absoluteTolerance(double propval) @propertySet `absoluteTolerance` property. Params: propval = The absolute tolerance for approximate comparison of floating-point values.bool approx() @propertyGet `approx` property. Returns: Whether or not approximate comparison is used.void approx(bool propval) @propertySet `approx` property. Params: propval = Whether or not approximate comparison is used.bool nansEqual() @propertyGet `nansEqual` property. Returns: Whether or not NaNs are considered equal.void nansEqual(bool propval) @propertySet `nansEqual` property. Params: propval = Whether or not NaNs are considered equal.bool isApprox()Methods
T absoluteTolerance(double propval)Set `absoluteTolerance` property. Params: propval = The absolute tolerance for approximate comparison of floating-point values. Returns: Builder instance for fluent chainingT approx(bool propval)Set `approx` property. Params: propval = Whether or not approximate comparison is used. Returns: Builder instance for fluent chainingT nansEqual(bool propval)Set `nansEqual` property. Params: propval = Whether or not NaNs are considered equal. Returns: Builder instance for fluent chainingFluent builder for [arrow.equal_options.EqualOptions]
Methods