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 StandardSQLTableTypeStandardSQLTableType.Builder. build()Creates aStandardSQLTableTypeobject.StandardSQLTableTypeRoutineInfo. 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.BuilderRoutine.Builder. setReturnTableType(StandardSQLTableType returnTableType)abstract RoutineInfo.BuilderRoutineInfo.Builder. setReturnTableType(StandardSQLTableType returnTableType)Optional.
-