SqlInstanceToBigQuery

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

Value members

Abstract methods

def bigQueryFields(value: A): List[Field]
Value Params
value

an instance of A

Returns

a list of Fields that represents A