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)