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 4104d75 commit c94d453Copy full SHA for c94d453
src/databricks/sql/client.py
@@ -338,6 +338,11 @@ def cursor(
338
row_limit: Optional[int] = None,
339
) -> "Cursor":
340
"""
341
+ Args:
342
+ arraysize: The maximum number of rows in direct results.
343
+ buffer_size_bytes: The maximum number of bytes in direct results.
344
+ row_limit: The maximum number of rows in the result.
345
+
346
Return a new Cursor object using the connection.
347
348
Will throw an Error if the connection has been closed.
0 commit comments