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() |
Constructor and Description |
---|
TableResult(Schema schema,
long totalRows,
Page<FieldValueList> pageNoSchema)
If
schema is non-null, TableResult adds the schema to FieldValueList s
when iterating through them. |
Copyright © 2019 Google LLC. All rights reserved.