Skip to content

Commit ec83583

Browse files
Genesis929tswast
andauthored
Update google/cloud/bigquery/table.py
Co-authored-by: Tim Sweña (Swast) <[email protected]>
1 parent 33e4336 commit ec83583

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

google/cloud/bigquery/table.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,15 +1788,15 @@ class RowIterator(HTTPIterator):
17881788
query (Optional[str]):
17891789
The query text used.
17901790
total_bytes_processed (Optional[int]):
1791-
total bytes processed from job statistics, if present.
1791+
If representing query results, the total bytes processed by the associated query.
17921792
slot_millis (Optional[int]):
1793-
Number of slot ms the user is actually billed for.
1793+
If representing query results, the number of slot ms billed for the associated query.
17941794
created (Optional[datetime.datetime]):
1795-
Datetime at which the job was created.
1795+
If representing query results, the creation time of the associated query.
17961796
started (Optional[datetime.datetime]):
1797-
Datetime at which the job was started.
1797+
If representing query results, the start time of the associated query.
17981798
ended (Optional[datetime.datetime]):
1799-
Datetime at which the job finished.
1799+
If representing query results, the end time of the associated query.
18001800
"""
18011801

18021802
def __init__(

0 commit comments

Comments
 (0)