Uses of Class
com.google.cloud.bigquery.StandardSQLStructType
-
Packages that use StandardSQLStructType Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of StandardSQLStructType in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return StandardSQLStructType Modifier and Type Method Description abstract StandardSQLStructType
StandardSQLStructType.Builder. build()
Creates aStandardSQLStructType
object.abstract StandardSQLStructType
StandardSQLDataType. getStructType()
Returns the struct definition's list of fields for a STRUCT type.Methods in com.google.cloud.bigquery with parameters of type StandardSQLStructType Modifier and Type Method Description abstract StandardSQLDataType.Builder
StandardSQLDataType.Builder. setStructType(StandardSQLStructType structType)
Sets the struct type definition (list of fields) when the TypeKind is STRUCT.
-