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 a25f64e commit bf02dd6Copy full SHA for bf02dd6
google/cloud/bigquery/client.py
@@ -4145,7 +4145,6 @@ def _list_rows_from_query_results(
4145
query: Optional[str] = None,
4146
total_bytes_processed: Optional[int] = None,
4147
slot_millis: Optional[int] = None,
4148
-
4149
) -> RowIterator:
4150
"""List the rows of a completed query.
4151
See
google/cloud/bigquery/table.py
@@ -1899,7 +1899,7 @@ def query(self) -> Optional[str]:
1899
def total_bytes_processed(self) -> Optional[int]:
1900
"""total bytes processed from job statistics, if present."""
1901
return self._total_bytes_processed
1902
+
1903
@property
1904
def slot_millis(self) -> Optional[int]:
1905
"""Number of slot ms the user is actually billed for."""
0 commit comments