We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33bfa4 commit 651f618Copy full SHA for 651f618
bigquery-connector-common/src/main/java/com/google/cloud/bigquery/connector/common/BigQueryClient.java
@@ -698,6 +698,9 @@ private long getNumberOfRows(String sql) {
698
* Runs the provided query on BigQuery and saves the result in a temporary table.
699
*
700
* @param querySql the query to be run
701
+ * @param expirationTimeInMinutes the expiration time of the temporary table
702
+ * @param queryParameterHelper the query parameter helper
703
+ * @param kmsKeyName optional KMS key name to be used for encrypting the temporary table
704
* @return a reference to the table
705
*/
706
public TableInfo materializeQueryToTable(
0 commit comments