| Package | Description |
|---|---|
| com.google.cloud.spark.bigquery.write.context |
| Modifier and Type | Class and Description |
|---|---|
class |
BigQueryDirectDataSourceWriterContext |
class |
BigQueryIndirectDataSourceWriterContext
A DataSourceWriter implemented by first writing the DataFrame's data into GCS in an intermediate
format, and then triggering a BigQuery load job on this data.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<DataSourceWriterContext> |
DataSourceWriterContext.create(com.google.inject.Injector injector,
String writeUUID,
org.apache.spark.sql.types.StructType schema,
org.apache.spark.sql.SaveMode mode,
Map<String,String> options) |
Copyright © 2024. All rights reserved.