Get a typed SCollection for a BigQuery SELECT query.
Get a typed SCollection for a BigQuery SELECT query.
Both Legacy SQL and
Standard SQL dialects are
supported. By default the query dialect will be automatically detected. To override this
behavior, start the query string with #legacysql or #standardsql.
Get a typed SCollection for a BigQuery table using the storage API.
Get a typed SCollection for a BigQuery table.
Get a typed SCollection for a BigQuery table or a SELECT query.
Get a typed SCollection for a BigQuery table or a SELECT query.
Note that T must be annotated with
BigQueryType.fromStorage,
BigQueryType.fromTable, or
BigQueryType.fromQuery
The source (table) specified in the annotation will be used