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

Commit6483588

Browse files
authored
docs(bigquery): Update TableResult.getTotalRows() docstring (#3785)
1 parentd6e52e9 commit6483588

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
publicabstractSchemagetSchema();
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
publicabstractlonggetTotalRows();
6570

6671
publicabstractPage<FieldValueList>getPageNoSchema();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp