We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf44700 commit 7650915Copy full SHA for 7650915
1 file changed
bigquery/google/cloud/bigquery/dbapi/cursor.py
@@ -264,6 +264,10 @@ def fetchmany(self, size=None):
264
def fetchall(self):
265
"""Fetch all remaining results from the last ``execute*()`` call.
266
267
+ .. note::
268
+ The ``arraysize`` attribute can affect the performance of this
269
+ operation. Make sure to set it to appropriate batch size beforehand.
270
+
271
:rtype: List[tuple]
272
:returns: A list of all the rows in the results.
273
:raises: :class:`~google.cloud.bigquery.dbapi.InterfaceError`
0 commit comments