Uses of Class
com.google.cloud.bigquery.LegacySQLTypeName
Packages that use LegacySQLTypeName
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of LegacySQLTypeName in com.google.cloud.bigquery
Fields in com.google.cloud.bigquery declared as LegacySQLTypeNameModifier and TypeFieldDescriptionstatic final LegacySQLTypeNameLegacySQLTypeName.BIGNUMERICA decimal value with 76+ digits of precision (the 77th digit is partial) and 38 digits of scalestatic final LegacySQLTypeNameLegacySQLTypeName.BOOLEANA Boolean value (true or false).static final LegacySQLTypeNameLegacySQLTypeName.BYTESVariable-length binary data.static final LegacySQLTypeNameLegacySQLTypeName.DATERepresents a logical calendar date.static final LegacySQLTypeNameLegacySQLTypeName.DATETIMERepresents a year, month, day, hour, minute, second, and subsecond (microsecond precision).static final LegacySQLTypeNameLegacySQLTypeName.FLOATA 64-bit IEEE binary floating-point value.static final LegacySQLTypeNameLegacySQLTypeName.GEOGRAPHYRepresents a set of geographic points, represented as a Well Known Text (WKT) string.static final LegacySQLTypeNameLegacySQLTypeName.INTEGERA 64-bit signed integer value.static final LegacySQLTypeNameLegacySQLTypeName.INTERVALRepresents duration or amount of time.static final LegacySQLTypeNameLegacySQLTypeName.JSONRepresents JSON datastatic final LegacySQLTypeNameLegacySQLTypeName.NUMERICA decimal value with 38 digits of precision and 9 digits of scale.static final LegacySQLTypeNameLegacySQLTypeName.RANGERepresents a contiguous range of values.static final LegacySQLTypeNameLegacySQLTypeName.RECORDA record type with a nested schema.static final LegacySQLTypeNameLegacySQLTypeName.STRINGVariable-length character (Unicode) data.static final LegacySQLTypeNameLegacySQLTypeName.TIMERepresents a time, independent of a specific date, to microsecond precision.static final LegacySQLTypeNameLegacySQLTypeName.TIMESTAMPRepresents an absolute point in time, with microsecond precision.Methods in com.google.cloud.bigquery that return LegacySQLTypeNameModifier and TypeMethodDescriptionField.getType()Returns the field type.static LegacySQLTypeNameLegacySQLTypeName.legacySQLTypeName(StandardSQLTypeName type) Converts StandardSQLTypeName to LegacySQLTypeNamestatic LegacySQLTypeNameGet the LegacySQLTypeName for the given String constant, and allow unrecognized values.static LegacySQLTypeNameLegacySQLTypeName.valueOfStrict(String constant) Get the LegacySQLTypeName for the given String constant, and throw an exception if the constant is not recognized.static LegacySQLTypeName[]LegacySQLTypeName.values()Return the known values for LegacySQLTypeName.Methods in com.google.cloud.bigquery with parameters of type LegacySQLTypeNameModifier and TypeMethodDescriptionstatic Field.BuilderField.newBuilder(String name, LegacySQLTypeName type, Field... subFields) Returns a builder for a Field object with given name and type.static Field.BuilderField.newBuilder(String name, LegacySQLTypeName type, FieldList subFields) Returns a builder for a Field object with given name and type.static FieldField.of(String name, LegacySQLTypeName type, Field... subFields) Returns a Field object with given name and type.static FieldField.of(String name, LegacySQLTypeName type, FieldList subFields) Returns a Field object with given name and type.Field.Builder.setType(LegacySQLTypeName type, Field... subFields) Sets the type of the field.Field.Builder.setType(LegacySQLTypeName type, FieldList subFields) Sets the type of the field.