arrow.equal_options
Module for [EqualOptions] class
Types 3
Methods
EqualOptionsGidBuilder builder() static nothrowGet builder for [arrow.equal_options.EqualOptions] Returns: New builder objectdouble absoluteTolerance() @property nothrowGet `absoluteTolerance` property. Returns: The absolute tolerance for approximate comparison of floating-point values.void absoluteTolerance(double propval) @property nothrowSet `absoluteTolerance` property. Params: propval = The absolute tolerance for approximate comparison of floating-point values.bool approx() @property nothrowGet `approx` property. Returns: Whether or not approximate comparison is used.void approx(bool propval) @property nothrowSet `approx` property. Params: propval = Whether or not approximate comparison is used.bool nansEqual() @property nothrowGet `nansEqual` property. Returns: Whether or not NaNs are considered equal.void nansEqual(bool propval) @property nothrowSet `nansEqual` property. Params: propval = Whether or not NaNs are considered equal.bool isApprox() nothrowFluent builder implementation template for arrow.equal_options.EqualOptions
Methods
T absoluteTolerance(double propval) nothrowSet `absoluteTolerance` property. Params: propval = The absolute tolerance for approximate comparison of floating-point values. Returns: Builder instance for fluent chainingT approx(bool propval) nothrowSet `approx` property. Params: propval = Whether or not approximate comparison is used. Returns: Builder instance for fluent chainingT nansEqual(bool propval) nothrowSet `nansEqual` property. Params: propval = Whether or not NaNs are considered equal. Returns: Builder instance for fluent chainingFluent builder for arrow.equal_options.EqualOptions
Methods