Uwe L. Korn created ARROW-2253: ---------------------------------- Summary: [Python] Support __eq__ on scalar values Key: ARROW-2253 URL: https://issues.apache.org/jira/browse/ARROW-2253 Project: Apache Arrow Issue Type: New Feature Components: Python Reporter: Uwe L. Korn Assignee: Uwe L. Korn Fix For: 0.9.0
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. -- This message was sent by Atlassian JIRA (v7.6.3#76005)