Uses of Class
com.google.cloud.bigquery.Field
Packages that use Field
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of Field in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return FieldModifier and TypeMethodDescriptionField.Builder.build()Creates aFieldobject.FieldList.get(int index) Get schema field by index.Get schema field by name.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.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.Methods in com.google.cloud.bigquery with parameters of type FieldModifier 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, StandardSQLTypeName type, Field... 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, StandardSQLTypeName type, Field... subFields) Returns a Field object with given name and type.static FieldListReturns a newFieldListobject, which contains a collection ofFieldobjects in preserved order and represent schema columns.static FieldValueListFieldValueList.of(List<FieldValue> row, Field... schema) Creates an instance ofFieldValueList, useful for testing.static SchemaCreates aSchemaobject given some fields.Field.Builder.setType(LegacySQLTypeName type, Field... subFields) Sets the type of the field.Field.Builder.setType(StandardSQLTypeName type, Field... subFields) Sets the type of the field.Method parameters in com.google.cloud.bigquery with type arguments of type Field