Uses of Class
com.google.cloud.bigquery.FieldValueList
Packages that use FieldValueList
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of FieldValueList in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return FieldValueListModifier and TypeMethodDescriptionFieldValue.getRecordValue()Returns this field's value as aFieldValueListinstance.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.Methods in com.google.cloud.bigquery that return types with arguments of type FieldValueListConstructor parameters in com.google.cloud.bigquery with type arguments of type FieldValueListModifierConstructorDescriptionTableResult(Schema schema, long totalRows, com.google.api.gax.paging.Page<FieldValueList> pageNoSchema, JobId jobId, String queryId) TableResult(Schema schema, long totalRows, com.google.api.gax.paging.Page<FieldValueList> pageNoSchema, String queryId) Ifschemais non-null,TableResultadds the schema toFieldValueLists when iterating through them.