Uses of Class
com.google.cloud.bigquery.FieldList
Packages that use FieldList
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of FieldList in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return FieldListModifier and TypeMethodDescriptionSchema.getFields()Returns the fields in the current table schema.Field.getSubFields()Returns the list of sub-fields ifField.getType()is aLegacySQLTypeName.RECORD.static FieldListReturns a newFieldListobject, which contains a collection ofFieldobjects in preserved order and represent schema columns.static FieldListReturns a newFieldListobject, which contains a collection ofFieldobjects in preserved order and represent schema columns.Methods in com.google.cloud.bigquery with parameters of type FieldListModifier and TypeMethodDescriptionstatic Field.BuilderField.newBuilder(String name, LegacySQLTypeName type, FieldList 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 FieldField.of(String name, LegacySQLTypeName type, FieldList 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 FieldValueListFieldValueList.of(List<FieldValue> row, FieldList schema) Creates an instance ofFieldValueList, useful for testing.Field.Builder.setType(LegacySQLTypeName type, FieldList subFields) Sets the type of the field.Field.Builder.setType(StandardSQLTypeName type, FieldList subFields) Sets the type of the field.