You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an ExecNode interface with which a streaming execution graph can be constructed. Initial concrete classes will include:
ScanNode, which wraps a dataset and is a pure emitter of batches (initially, this will only wrap memory sized datasets such as tables. See ARROW-11930)
FilterNode, which evaluates an expression on inputs and based on the result removes rows from batches (eventually, this may defer materialization of the selection to other kernels. See ARROW-5005ARROW-10474)
ProjectNode, which evaluates expressions on inputs producing new columns.
GroupedAggregateNode, which computes aggregations grouped on one or more keys.
Per discussion on https://docs.google.com/document/d/1AyTdLU-RxA-Gsb9EsYnrQrmqPMOYMfPlWwxRi1Is1tQ
Add an ExecNode interface with which a streaming execution graph can be constructed. Initial concrete classes will include:
Reporter: Ben Kietzman / @bkietz
Assignee: Ben Kietzman / @bkietz
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-11928. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: