public class SchemaAndRecord
extends java.lang.Object
GenericRecord and the TableSchema representing the schema of the
table (or query) it was generated from.| Constructor and Description |
|---|
SchemaAndRecord(org.apache.avro.generic.GenericRecord record,
com.google.api.services.bigquery.model.TableSchema tableSchema) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.avro.generic.GenericRecord |
getRecord() |
com.google.api.services.bigquery.model.TableSchema |
getTableSchema() |