File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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__ (
You can’t perform that action at this time.
0 commit comments