SqlTypeToBigQuery

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
class Object
trait Matchable
class Any

Value members

Abstract methods

def bigQueryFields: List[Field]
Returns

a list of Fields that represents A