org.datatools.bigdatatypes.bigquery

Type members

Classlikes

Type class to convert generic SqlTypes received as instance into BigQuery specific fields This uses SqlTypeToBigQuery to create BigQuery Fields

Type class to convert generic SqlTypes received as instance into BigQuery specific fields This uses SqlTypeToBigQuery to create BigQuery Fields

Type Params
A

the type we want to obtain an schema from

Companion
object

Type class to convert generic SqlTypes into BigQuery specific fields In BigQuery, a table is made with a List of fields so as an example: a case class will be converted into SqlTypes and then into a List of BigQuery fields

Type class to convert generic SqlTypes into BigQuery specific fields In BigQuery, a table is made with a List of fields so as an example: a case class will be converted into SqlTypes and then into a List of BigQuery fields

Type Params
A

the type we want to obtain an schema from

Companion
object
Companion
class