[
https://issues.apache.org/jira/browse/ARROW-13574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Cook updated ARROW-13574:
-----------------------------
Description: The current "count" hash aggregate kernel counts either all
non-null or all null values, but doesn't count all values regardless of nullity
(i.e. SQL "count(\*)" or Pandas size()). (was: The current "count" hash
aggregate kernel counts either all non-null or all null values, but doesn't
count all values regardless of nullity (i.e. SQL "count(*)" or Pandas size()).)
> [C++] Add 'count all' option to count (hash) aggregate kernel
> -------------------------------------------------------------
>
> Key: ARROW-13574
> URL: https://issues.apache.org/jira/browse/ARROW-13574
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: David Li
> Assignee: David Li
> Priority: Major
> Labels: kernel, pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The current "count" hash aggregate kernel counts either all non-null or all
> null values, but doesn't count all values regardless of nullity (i.e. SQL
> "count(\*)" or Pandas size()).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)