Skip to content

Commit c94d453

Browse files
add docstring for row_limit
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 4104d75 commit c94d453

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/databricks/sql/client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@ def cursor(
338338
row_limit: Optional[int] = None,
339339
) -> "Cursor":
340340
"""
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+
341346
Return a new Cursor object using the connection.
342347
343348
Will throw an Error if the connection has been closed.

0 commit comments

Comments
 (0)