You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kanstantsin Ilchanka (Jira)" <ji...@apache.org> on 2021/12/30 13:09:00 UTC

[jira] [Created] (ARROW-15222) [Ruby] Use Compute functions for Enumerable operations on Column

Kanstantsin Ilchanka created ARROW-15222:
--------------------------------------------

             Summary: [Ruby] Use Compute functions for Enumerable operations on Column
                 Key: ARROW-15222
                 URL: https://issues.apache.org/jira/browse/ARROW-15222
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Ruby
            Reporter: Kanstantsin Ilchanka
            Assignee: Kanstantsin Ilchanka


Currently operations like 
{code:java}
table['column'].sum{code}
 use Enumerable module and much slower than using Arrow::Function sum



--
This message was sent by Atlassian Jira
(v8.20.1#820001)