Support a generic __eq__ method the ArrayValue class. We might want to specialise it in the future in C++ to avoid some copies but as a first attempt delegate the comparison to the Python types.
Reporter: Uwe Korn / @xhochy
Assignee: Uwe Korn / @xhochy
PRs and other links:
Note: This issue was originally created as ARROW-2253. Please see the migration documentation for further details.
Support a generic
__eq__method theArrayValueclass. We might want to specialise it in the future in C++ to avoid some copies but as a first attempt delegate the comparison to the Python types.Reporter: Uwe Korn / @xhochy
Assignee: Uwe Korn / @xhochy
PRs and other links:
Note: This issue was originally created as ARROW-2253. Please see the migration documentation for further details.