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 5e96884 commit 1999950Copy full SHA for 1999950
samples/snippets/src/main/java/com/example/bigquery/QueryMaterializedView.java
@@ -16,6 +16,7 @@
16
17
package com.example.bigquery;
18
19
+// [START bigquery_query_materialized_view]
20
import com.google.cloud.bigquery.BigQuery;
21
import com.google.cloud.bigquery.BigQueryException;
22
import com.google.cloud.bigquery.BigQueryOptions;
@@ -49,3 +50,4 @@ public static void queryMaterializedView(String query) throws InterruptedExcepti
49
50
}
51
52
53
+// [END bigquery_query_materialized_view]
0 commit comments