Uses of Class
com.google.cloud.bigquery.StandardSQLTableType
-
Packages that use StandardSQLTableType Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of StandardSQLTableType in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return StandardSQLTableType Modifier and Type Method Description abstract StandardSQLTableType
StandardSQLTableType.Builder. build()
Creates aStandardSQLTableType
object.StandardSQLTableType
RoutineInfo. getReturnTableType()
If specified, returns the table type returned from the routine.Methods in com.google.cloud.bigquery with parameters of type StandardSQLTableType Modifier and Type Method Description Routine.Builder
Routine.Builder. setReturnTableType(StandardSQLTableType returnTableType)
abstract RoutineInfo.Builder
RoutineInfo.Builder. setReturnTableType(StandardSQLTableType returnTableType)
Optional.
-