Uses of Class
com.google.cloud.bigquery.FieldValue
-
Packages that use FieldValue Package Description com.google.cloud.bigquery 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 FieldValue Modifier and Type Method Description FieldValueFieldValueList. get(int index)Gets field value by index.FieldValueFieldValueList. get(String name)Gets field value by index.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 FieldValue Modifier and Type Method Description List<FieldValue>FieldValue. getRepeatedValue()Returns this field's value as a list ofFieldValue.Method parameters in com.google.cloud.bigquery with type arguments of type FieldValue Modifier and Type Method Description static 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.
-