Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 167cfad

Browse filesBrowse files
committed
Update Aggregate operator.
1 parent ec36725 commit 167cfad
Copy full SHA for 167cfad

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎README.org‎

Copy file name to clipboardExpand all lines: README.org
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ collection.delete_many(query)
309309
*** Aggregate operator
310310

311311
#+BEGIN_SRC python
312-
cursor = collection.aggregate(pipeline)
312+
cursor = collection.aggregate(pipeline, allowDiskUse=True)
313313
#+END_SRC
314314

315315
*** Print the cursor data

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.