-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Component: C++Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
Most compute functions work with the dataset api and don't load columns. But aggregate functions which are associative could also work: min, max, any, all, sum, product. Even unique and value_counts.
A couple of implementation ideas:
- expand the dataset api to support expressions which return scalars
- add a
BatchedArraytype which is like aChunkedArraybut with lazy loading
Note: This issue was originally created as ARROW-18433. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: C++Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement