Class SchemaAndRecord
- java.lang.Object
-
- org.apache.beam.sdk.io.gcp.bigquery.SchemaAndRecord
-
public class SchemaAndRecord extends java.lang.ObjectA wrapper for aGenericRecordand theTableSchemarepresenting the schema of the table (or query) it was generated from.
-
-
Constructor Summary
Constructors Constructor Description SchemaAndRecord(org.apache.avro.generic.GenericRecord record, com.google.api.services.bigquery.model.TableSchema tableSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.avro.generic.GenericRecordgetRecord()com.google.api.services.bigquery.model.TableSchemagetTableSchema()
-