| Package | Description |
|---|---|
| com.google.cloud.spark.bigquery |
| Modifier and Type | Method and Description |
|---|---|
DataSourceVersion |
SparkBigQueryConnectorModule.provideDataSourceVersion() |
static DataSourceVersion |
DataSourceVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceVersion[] |
DataSourceVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SparkBigQueryConfig |
SparkBigQueryUtil.createSparkBigQueryConfig(org.apache.spark.sql.SQLContext sqlContext,
scala.collection.immutable.Map<String,String> options,
scala.Option<org.apache.spark.sql.types.StructType> schema,
DataSourceVersion dataSourceVersion) |
static SparkBigQueryConfig |
SparkBigQueryConfig.from(Map<String,String> options,
com.google.common.collect.ImmutableMap<String,String> customDefaults,
DataSourceVersion dataSourceVersion,
org.apache.spark.sql.SparkSession spark,
Optional<org.apache.spark.sql.types.StructType> schema,
boolean tableIsMandatory) |
InjectorBuilder |
InjectorBuilder.withDataSourceVersion(DataSourceVersion dataSourceVersion) |
| Constructor and Description |
|---|
SparkBigQueryConnectorModule(org.apache.spark.sql.SparkSession spark,
Map<String,String> options,
Map<String,String> customDefaults,
Optional<org.apache.spark.sql.types.StructType> schema,
DataSourceVersion dataSourceVersion,
boolean tableIsMandatory,
Optional<SparkBigQueryConfig> config) |
Copyright © 2024. All rights reserved.