Uses of Class
com.google.cloud.bigquery.StandardSQLDataType
-
Packages that use StandardSQLDataType Package Description com.google.cloud.bigquery 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 StandardSQLDataType Modifier and Type Method Description abstract 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.StandardSQLDataTypeRoutineInfo. getReturnType()If specified, returns the data type returned from the routine.Methods in com.google.cloud.bigquery with parameters of type StandardSQLDataType Modifier and Type Method Description static 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.BuilderRoutine.Builder. setReturnType(StandardSQLDataType returnType)abstract RoutineInfo.BuilderRoutineInfo.Builder. setReturnType(StandardSQLDataType returnType)Sets the return type of the routine.
-