public interface BigQueryOperations
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.concurrent.ListenableFuture<Job> |
writeDataToTable(String tableName,
InputStream inputStream,
FormatOptions dataFormatOptions)
Writes data to a specified BigQuery table.
|
org.springframework.util.concurrent.ListenableFuture<Job> writeDataToTable(String tableName, InputStream inputStream, FormatOptions dataFormatOptions)
tableName - name of the table to write toinputStream - input stream of the table data to writedataFormatOptions - the format of the data to writeListenableFuture containing the BigQuery Job indicating completion of
operationBigQueryException - if errors occur when loading data to the BigQuery tableCopyright © 2020 Pivotal Software, Inc.. All rights reserved.