SqlTypeToBigQuery

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

implicit
class BigQueryFieldSyntax[A <: Product](value: A)

Allows syntax .asBigQuery for case classes instances

Allows syntax .asBigQuery for case classes instances

Type Params
A

is a Case Class (Product type)

Value Params
value

not used, needed for implicit

Value members

Concrete methods

def apply[A](implicit instance: SqlTypeToBigQuery[A]): SqlTypeToBigQuery[A]

Summoner method. Allows the syntax

Summoner method. Allows the syntax

def getSchema(sqlType: SqlType)(implicit f: Formats): List[Field]
def instance[A](fs: List[Field]): SqlTypeToBigQuery[A]

Factory constructor - allows easier construction of instances

Factory constructor - allows easier construction of instances

Implicits

Implicits

final implicit
def BigQueryFieldSyntax[A <: Product](value: A): BigQueryFieldSyntax[A]

Allows syntax .asBigQuery for case classes instances

Allows syntax .asBigQuery for case classes instances

Type Params
A

is a Case Class (Product type)

Value Params
value

not used, needed for implicit

implicit
def fieldsFromSqlTypeConversion[A : SqlTypeConversion](implicit evidence$1: SqlTypeConversion[A], f: Formats): SqlTypeToBigQuery[A]

Instance derivation via SqlTypeConversion.

Instance derivation via SqlTypeConversion.