Uses of Class
tilda.generation.bigquery.BigQueryType
-
Packages that use BigQueryType Package Description tilda.generation.bigquery -
-
Uses of BigQueryType in tilda.generation.bigquery
Methods in tilda.generation.bigquery that return BigQueryType Modifier and Type Method Description static BigQueryType
BigQueryType. get(ColumnType T)
static BigQueryType
BigQueryType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BigQueryType[]
BigQueryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-