Uses of Class
com.google.cloud.bigquery.StandardSQLStructType
Packages that use StandardSQLStructType
Package
Description
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 StandardSQLStructTypeModifier and TypeMethodDescriptionabstract StandardSQLStructTypeStandardSQLStructType.Builder.build()Creates aStandardSQLStructTypeobject.abstract StandardSQLStructTypeStandardSQLDataType.getStructType()Returns the struct definition's list of fields for a STRUCT type.Methods in com.google.cloud.bigquery with parameters of type StandardSQLStructTypeModifier and TypeMethodDescriptionabstract StandardSQLDataType.BuilderStandardSQLDataType.Builder.setStructType(StandardSQLStructType structType) Sets the struct type definition (list of fields) when the TypeKind is STRUCT.