Skip to content

Commit 651f618

Browse files
committed
Add doc for function signature
1 parent e33bfa4 commit 651f618

File tree

1 file changed

+3
-0
lines changed
  • bigquery-connector-common/src/main/java/com/google/cloud/bigquery/connector/common

1 file changed

+3
-0
lines changed

bigquery-connector-common/src/main/java/com/google/cloud/bigquery/connector/common/BigQueryClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,9 @@ private long getNumberOfRows(String sql) {
698698
* Runs the provided query on BigQuery and saves the result in a temporary table.
699699
*
700700
* @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
701704
* @return a reference to the table
702705
*/
703706
public TableInfo materializeQueryToTable(

0 commit comments

Comments
 (0)