Uses of Enum
com.google.cloud.bigquery.StandardSQLTypeName
Packages that use StandardSQLTypeName
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of StandardSQLTypeName in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return StandardSQLTypeNameModifier and TypeMethodDescriptionabstract StandardSQLTypeNameQueryParameterValue.getArrayType()Returns the data type of the array elements.LegacySQLTypeName.getStandardType()Provides the standard SQL type name equivalent to this type name.abstract StandardSQLTypeNameQueryParameterValue.getType()Returns the data type of this parameter.static StandardSQLTypeNameReturns the enum constant of this type with the specified name.static StandardSQLTypeName[]StandardSQLTypeName.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery with parameters of type StandardSQLTypeNameModifier and TypeMethodDescriptionstatic <T> QueryParameterValueQueryParameterValue.array(T[] array, StandardSQLTypeName type) Creates aQueryParameterValueobject with a type of ARRAY the given array element type.static LegacySQLTypeNameLegacySQLTypeName.legacySQLTypeName(StandardSQLTypeName type) Converts StandardSQLTypeName to LegacySQLTypeNamestatic Field.BuilderField.newBuilder(String name, StandardSQLTypeName type, Field... subFields) Returns a builder for a Field object with given name and type.static Field.BuilderField.newBuilder(String name, StandardSQLTypeName type, FieldList subFields) Returns a builder for a Field object with given name and type.static StandardSQLDataType.BuilderStandardSQLDataType.newBuilder(StandardSQLTypeName typeName) Returns a new builder initialized with a StandardSQLTypeName as the type kind.static FieldField.of(String name, StandardSQLTypeName type, Field... subFields) Returns a Field object with given name and type.static FieldField.of(String name, StandardSQLTypeName type, FieldList subFields) Returns a Field object with given name and type.static <T> QueryParameterValueQueryParameterValue.of(T value, StandardSQLTypeName type) Creates aQueryParameterValueobject with the given value and type.abstract QueryParameterValue.BuilderQueryParameterValue.Builder.setArrayType(StandardSQLTypeName arrayType) Sets the data type of the array elements.Field.Builder.setType(StandardSQLTypeName type, Field... subFields) Sets the type of the field.Field.Builder.setType(StandardSQLTypeName type, FieldList subFields) Sets the type of the field.abstract QueryParameterValue.BuilderQueryParameterValue.Builder.setType(StandardSQLTypeName type) Sets the parameter data type.