Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit8f4c0b8

Browse files
authored
docs: update the description of the return value of_QueryResults.rows() (#594)
Updated the description of the return value of `rows` to be more accurate.
1 parentbe49612 commit8f4c0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎google/cloud/bigquery/query.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def total_rows(self):
815815
https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#body.QueryResponse.FIELDS.total_rows
816816
817817
Returns:
818-
Optional[int}: Count generated on the server (None until set by the server).
818+
Optional[int]: Count generated on the server (None until set by the server).
819819
"""
820820
total_rows=self._properties.get("totalRows")
821821
iftotal_rowsisnotNone:
@@ -858,7 +858,7 @@ def rows(self):
858858
859859
Returns:
860860
Optional[List[google.cloud.bigquery.table.Row]]:
861-
Fields describing theschema (None until set bytheserver).
861+
Rows containing theresults ofthequery.
862862
"""
863863
return_rows_from_json(self._properties.get("rows", ()),self.schema)
864864

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp