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. implicit class RichTableRow extends AnyRef

    Permalink

    Enhanced version of TableRow with typed getters.

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

    Permalink

    Alias for BigQuery TableRow.

Value Members

  1. object BigQueryClient

    Permalink

    Companion object for BigQueryClient.

  2. object BigQueryUtil

    Permalink

    Utility for BigQuery data types.

  3. 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)
  4. object Timestamp

    Permalink

    Utility for bigQuery time stamps.

  5. package types

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped