public class BigQueryRelation
extends org.apache.spark.sql.sources.BaseRelation
| Constructor and Description |
|---|
BigQueryRelation(SparkBigQueryConfig options,
com.google.cloud.bigquery.TableInfo table,
org.apache.spark.sql.SQLContext sqlContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.cloud.bigquery.TableId |
getTableId() |
String |
getTableName() |
protected String |
getTableNameForLogging() |
org.apache.spark.sql.types.StructType |
schema() |
org.apache.spark.sql.SQLContext |
sqlContext() |
public BigQueryRelation(SparkBigQueryConfig options, com.google.cloud.bigquery.TableInfo table, org.apache.spark.sql.SQLContext sqlContext)
public org.apache.spark.sql.SQLContext sqlContext()
sqlContext in class org.apache.spark.sql.sources.BaseRelationpublic org.apache.spark.sql.types.StructType schema()
schema in class org.apache.spark.sql.sources.BaseRelationpublic com.google.cloud.bigquery.TableId getTableId()
public String getTableName()
protected String getTableNameForLogging()
Copyright © 2024. All rights reserved.