Skip to content

Commit 6483588

Browse files
authored
docs(bigquery): Update TableResult.getTotalRows() docstring (#3785)
1 parent d6e52e9 commit 6483588

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableResult.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ public static Builder newBuilder() {
6161
@Nullable
6262
public abstract Schema getSchema();
6363

64+
/**
65+
* Returns the total number of rows in the complete result set, which can be more than the number
66+
* of rows in the first page of results. If no rows are returned, this value can still be greater
67+
* than 0 if any rows were affected by the query, such as INSERT, UPDATE, or DELETE queries.
68+
*/
6469
public abstract long getTotalRows();
6570

6671
public abstract Page<FieldValueList> getPageNoSchema();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy