Uses of Class
com.google.cloud.bigquery.StandardSQLDataType
Packages that use StandardSQLDataType
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of StandardSQLDataType in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return StandardSQLDataTypeModifier and TypeMethodDescriptionabstract StandardSQLDataTypeStandardSQLDataType.Builder.build()Creates aStandardSQLDataTypeobject.abstract StandardSQLDataTypeStandardSQLDataType.getArrayElementType()Returns the type of an ARRAY's elements.abstract StandardSQLDataTypeRoutineArgument.getDataType()abstract StandardSQLDataTypeStandardSQLField.getDataType()Returns the field's data type.RoutineInfo.getReturnType()If specified, returns the data type returned from the routine.Methods in com.google.cloud.bigquery with parameters of type StandardSQLDataTypeModifier and TypeMethodDescriptionstatic StandardSQLField.BuilderStandardSQLField.newBuilder(StandardSQLDataType dataType) Returns a builder for aStandardSQLFieldobject with the specified data type.static StandardSQLField.BuilderStandardSQLField.newBuilder(String name, StandardSQLDataType dataType) Returns a builder for aStandardSQLFieldobject with the specified field name and data type.abstract StandardSQLDataType.BuilderStandardSQLDataType.Builder.setArrayElementType(StandardSQLDataType arrayElementType) Sets the type of an array's elements, when the TypeKind is ARRAY.abstract RoutineArgument.BuilderRoutineArgument.Builder.setDataType(StandardSQLDataType dataType) Sets the data type specification for the argument.abstract StandardSQLField.BuilderStandardSQLField.Builder.setDataType(StandardSQLDataType dataType) Sets the data type of the field.Routine.Builder.setReturnType(StandardSQLDataType returnType) abstract RoutineInfo.BuilderRoutineInfo.Builder.setReturnType(StandardSQLDataType returnType) Sets the return type of the routine.