package scio
Package Members
- package bigquery
Main package for BigQuery APIs.
Main package for BigQuery APIs. Import all.
import com.spotify.scio.bigquery._There are two BigQuery dialects, legacy and standard. APIs that take a BigQuery query string as argument, e.g. com.spotify.scio.bigquery.client.BigQuery.query.rows, com.spotify.scio.bigquery.client.BigQuery.query.schema, com.spotify.scio.bigquery.client.BigQuery.getTypedRows and BigQueryType.fromQuery, automatically detects the query's dialect. To override this, start the query with either
#legacysqlor#standardsqlcomment line.