We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5444f commit acad309Copy full SHA for acad309
source/reference/method/cursor.toArray.txt
@@ -7,9 +7,9 @@ cursor.toArray()
7
.. method:: cursor.toArray()
8
9
The :method:`toArray() <cursor.toArray()>` method returns an array
10
- that contains all the documents from a cursor. The method loads all
11
- the documents returned by the cursor into RAM and exhausts the
12
- cursor.
+ that contains all the documents from a cursor. The method iterates
+ completely the cursor, loading all the documents into RAM and
+ exhausting the cursor.
13
14
:returns: An array of documents.
15
0 commit comments