Package

com.spotify

scio

Permalink

package scio

Visibility
  1. Public
  2. All

Value Members

  1. package bigquery

    Permalink

    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. BigQueryClient.getQueryRows, BigQueryClient.getQuerySchema, BigQueryClient.getTypedRows and BigQueryType.fromQuery, automatically detects the query's dialect. To override this, start the query with either #legacysql or #standardsql comment line.

Ungrouped