-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Add API hooks for materializing resultsets as Arrow Tables.
from pymongoarrow.api import find_arrow_all, aggregate_arrow_all arrow_table_1 = find_arrow_all(collection, query, <opts>) arrow_table_2 = aggregate_arrow_all(collection, pipeline, <opts>)
- has to be done before
-
INTPYTHON-39 Add hook for monkey-patching pymongo.collection
-
- Closed
-