Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
Description
From discussion in https://issues.apache.org/jira/browse/ARROW-11782
It'd be useful to consumers of Scanner to receive an iterator of scanned record batches or apply a visitor to batches as they are scanned without handling ScanTasks. For example, this could enable aggregations or other computations which don't require the entire table to be materialized.
Attachments
Issue Links
- is related to
-
ARROW-12369 [C++][Dataset] Scanner::TakeRows should push down the query if possible
- Open
-
ARROW-11782 [GLib][Ruby][Dataset] Remove bindings for internal classes
- Resolved
- links to