package bq
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- bq
- ApplicationLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait BQApi[F[_]] extends AnyRef
- type BQEnv = BQApi[Task]
- sealed trait BQInputType extends Serializable
- case class BQLive(client: BigQuery) extends BQApi[Task] with Product with Serializable
- Annotations
- @SuppressWarnings()
- case class BQLoadException(msg: String) extends RuntimeException with Product with Serializable
Value Members
- lazy val logger: Logger
- Definition Classes
- ApplicationLogger
- object BQApi
- object BQClient
- object BQInputType extends Serializable
- object BQLive extends Serializable
- object Encoder extends ApplicationLogger