You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/03/04 19:09:00 UTC

[jira] [Created] (ARROW-2253) [Python] Support __eq__ on scalar values

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)