| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data
warehouse for analytics.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValueList |
FieldValue.getRecordValue()
Returns this field's value as a
FieldValueList instance. |
static FieldValueList |
FieldValueList.of(List<FieldValue> row,
Field... schema)
Creates an instance of
FieldValueList, useful for testing. |
static FieldValueList |
FieldValueList.of(List<FieldValue> row,
FieldList schema)
Creates an instance of
FieldValueList, useful for testing. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<FieldValueList> |
TableResult.getValues() |
Iterable<FieldValueList> |
TableResult.iterateAll() |
Copyright © 2018 Google. All rights reserved.