p

bigquery4s

package bigquery4s

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bigquery4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BigQuery(transport: HttpTransport, jsonFactory: JsonFactory, credential: Credential, applicationName: String) extends Product with Serializable

    BigQuery SDK Wrapper

    BigQuery SDK Wrapper

    https://cloud.google.com/bigquery/bigquery-api-quickstart

  2. type Closable = AnyRef { def close(): Unit }
  3. case class DatasetId(value: String) extends Product with Serializable

    Dataset ID

  4. case class JobId(projectId: ProjectId, value: String) extends Product with Serializable

    Job ID

  5. case class JobTimeoutException(jobId: JobId) extends Exception with Product with Serializable
  6. case class ProjectId(value: String) extends Product with Serializable

    Project ID

  7. case class WrappedCompletedJob(underlying: Job) extends Product with Serializable

    A BigQuery job which status is already "DONE"

  8. case class WrappedDatasetReference(underlying: DatasetReference) extends Product with Serializable

    DatasetReference wrapper

  9. case class WrappedDatasets(underlying: Datasets) extends Product with Serializable

    Datasets Scala wrapper

  10. case class WrappedTableCell(underlying: TableCell) extends Product with Serializable

    TableCell wrapper

  11. case class WrappedTableRow(underlying: TableRow) extends Product with Serializable

    TableRow wrapper

Value Members

  1. lazy val homeDir: String
  2. def using[R <: Closable, A](resource: R)(f: (R) ⇒ A): A

    Closes the resource finally.

  3. object BigQuery extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped