Uses of Class
com.google.cloud.bigquery.FieldValue
Packages that use FieldValue
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of FieldValue in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return FieldValueModifier and TypeMethodDescriptionFieldValueList.get(int index) Gets field value by index.Gets field value by index.Range.getEnd()Returns the end value of the range.Range.getStart()Returns the start value of the range.static FieldValueFieldValue.of(FieldValue.Attribute attribute, Object value) Creates an instance ofFieldValue, useful for testing.Methods in com.google.cloud.bigquery that return types with arguments of type FieldValueModifier and TypeMethodDescriptionFieldValue.getRepeatedValue()Returns this field's value as a list ofFieldValue.Method parameters in com.google.cloud.bigquery with type arguments of type FieldValueModifier and TypeMethodDescriptionstatic FieldValueListFieldValueList.of(List<FieldValue> row, Field... schema) Creates an instance ofFieldValueList, useful for testing.static FieldValueListFieldValueList.of(List<FieldValue> row, FieldList schema) Creates an instance ofFieldValueList, useful for testing.