Package

com.spotify.scio

bigquery

Permalink

package bigquery

Main package for BigQuery APIs. Import all.

import com.spotify.scio.bigquery._
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bigquery
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BigQueryClient extends AnyRef

    Permalink

    A simple BigQuery client.

  2. class MockBigQuery extends AnyRef

    Permalink

    Mock BigQuery environment for integration test.

    Mock BigQuery environment for integration test.

    Use mockTable to feed data into live BigQuery service and queryResult to query them.

  3. class MockTable extends AnyRef

    Permalink

    A BigQuery table being mocked for test.

  4. implicit final class RichTableRow extends AnyVal

    Permalink

    Enhanced version of TableRow with typed getters.

  5. type TableRow = google.api.services.bigquery.model.TableRow

    Permalink

    Alias for BigQuery TableRow.

  6. type description = bigquery.types.description

    Permalink

    Annotation for BigQuery field description.

Value Members

  1. object BigQueryClient

    Permalink

    Companion object for BigQueryClient.

  2. val BigQueryType: bigquery.types.BigQueryType.type

    Permalink

    Typed BigQuery annotations and converters.

  3. object BigQueryUtil

    Permalink

    Utility for BigQuery data types.

  4. object Date

    Permalink

    Utility for BigQuery DATE type.

  5. object DateTime

    Permalink

    Utility for BigQuery DATETIME type.

  6. object MockBigQuery

    Permalink

    Companion object for MockBigQuery.

  7. object TableRow

    Permalink

    Create a TableRow with Map-like syntax.

    Create a TableRow with Map-like syntax. For example:

    val r = TableRow("name" -> "Alice", "score" -> 100)
  8. object Time

    Permalink

    Utility for BigQuery TIME type.

  9. object Timestamp

    Permalink

    Utility for BigQuery TIMESTAMP type.

  10. package types

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped