| Package | Description |
|---|---|
| com.google.cloud.spark.bigquery | |
| com.google.cloud.spark.bigquery.write.context |
| Modifier and Type | Field and Description |
|---|---|
PartitionOverwriteMode |
SparkBigQueryConfig.partitionOverwriteModeValue |
| Modifier and Type | Method and Description |
|---|---|
PartitionOverwriteMode |
SparkBigQueryConfig.getPartitionOverwriteModeValue() |
static PartitionOverwriteMode |
PartitionOverwriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionOverwriteMode[] |
PartitionOverwriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BigQueryDirectDataSourceWriterContext(BigQueryClient bigQueryClient,
BigQueryClientFactory bigQueryWriteClientFactory,
com.google.cloud.bigquery.TableId destinationTableId,
String writeUUID,
org.apache.spark.sql.SaveMode saveMode,
org.apache.spark.sql.types.StructType sparkSchema,
com.google.api.gax.retrying.RetrySettings bigqueryDataWriterHelperRetrySettings,
com.google.common.base.Optional<String> traceId,
boolean enableModeCheckForSchemaFields,
com.google.common.collect.ImmutableMap<String,String> tableLabels,
SchemaConvertersConfiguration schemaConvertersConfiguration,
Optional<String> destinationTableKmsKeyName,
boolean writeAtLeastOnce,
PartitionOverwriteMode overwriteMode,
org.apache.spark.SparkContext sparkContext) |
Copyright © 2024. All rights reserved.