Package | Description |
---|---|
com.google.cloud.spring.bigquery.core |
Modifier and Type | Method and Description |
---|---|
WriteApiResponse |
BigQueryTemplate.getWriteApiResponse(String tableName,
InputStream jsonInputStream) |
Modifier and Type | Method and Description |
---|---|
org.springframework.util.concurrent.ListenableFuture<WriteApiResponse> |
BigQueryOperations.writeJsonStream(String tableName,
InputStream jsonInputStream)
This method uses BigQuery Storage Write API to write new line delimited JSON file to the
specified table.
|
org.springframework.util.concurrent.ListenableFuture<WriteApiResponse> |
BigQueryTemplate.writeJsonStream(String tableName,
InputStream jsonInputStream)
This method uses BigQuery Storage Write API to write new line delimited JSON file to the
specified table.
|
org.springframework.util.concurrent.ListenableFuture<WriteApiResponse> |
BigQueryOperations.writeJsonStream(String tableName,
InputStream jsonInputStream,
com.google.cloud.bigquery.Schema schema)
This method uses BigQuery Storage Write API to write new line delimited JSON file to the
specified table.
|
org.springframework.util.concurrent.ListenableFuture<WriteApiResponse> |
BigQueryTemplate.writeJsonStream(String tableName,
InputStream jsonInputStream,
com.google.cloud.bigquery.Schema schema)
This method uses BigQuery Storage Write API to write new line delimited JSON file to the
specified table.
|
Copyright © 2023. All rights reserved.