arrow.equal_options

Module for [EqualOptions] class

Types 3

Methods
GType _gType() @property
EqualOptions self()Returns `this`, for use in `with` statements.
EqualOptionsGidBuilder builder()Get builder for [arrow.equal_options.EqualOptions] Returns: New builder object
double 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()
Constructors
this(void * ptr, Flag!"Take" take)
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 chaining
T approx(bool propval)Set `approx` property. Params: propval = Whether or not approximate comparison is used. Returns: Builder instance for fluent chaining
T nansEqual(bool propval)Set `nansEqual` property. Params: propval = Whether or not NaNs are considered equal. Returns: Builder instance for fluent chaining

Fluent builder for [arrow.equal_options.EqualOptions]