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 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 StandardSQLStructType Modifier and Type Method Description abstract StandardSQLDataType.BuilderStandardSQLDataType.Builder. setStructType(StandardSQLStructType structType)Sets the struct type definition (list of fields) when the TypeKind is STRUCT.
-