Uses of Class
com.google.cloud.bigquery.StandardSQLDataType.Builder
Packages that use StandardSQLDataType.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of StandardSQLDataType.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return StandardSQLDataType.BuilderModifier and TypeMethodDescriptionstatic StandardSQLDataType.BuilderStandardSQLDataType.newBuilder()static StandardSQLDataType.BuilderStandardSQLDataType.newBuilder(StandardSQLTypeName typeName) Returns a new builder initialized with a StandardSQLTypeName as the type kind.static StandardSQLDataType.BuilderStandardSQLDataType.newBuilder(String typeKind) Returns a new builder initialized with the type kind.abstract StandardSQLDataType.BuilderStandardSQLDataType.Builder.setArrayElementType(StandardSQLDataType arrayElementType) Sets the type of an array's elements, when the TypeKind is ARRAY.abstract StandardSQLDataType.BuilderStandardSQLDataType.Builder.setStructType(StandardSQLStructType structType) Sets the struct type definition (list of fields) when the TypeKind is STRUCT.abstract StandardSQLDataType.BuilderStandardSQLDataType.Builder.setTypeKind(String typeKind) Sets the top-level type of this data type.abstract StandardSQLDataType.BuilderStandardSQLDataType.toBuilder()