Class BigQueryUtils.SchemaConversionOptions
java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.BigQueryUtils.SchemaConversionOptions
- All Implemented Interfaces:
Serializable
- Enclosing class:
BigQueryUtils
public abstract static class BigQueryUtils.SchemaConversionOptions
extends Object
implements Serializable
Options for how to convert BigQuery schemas to Beam schemas.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
abstract boolean
/** Controls whether to use the map or row FieldType for a TableSchema field that appears to represent a map (it is an array of structs containing onlykey
andvalue
fields).
-
Constructor Details
-
SchemaConversionOptions
public SchemaConversionOptions()
-
-
Method Details
-
getInferMaps
public abstract boolean getInferMaps()/** Controls whether to use the map or row FieldType for a TableSchema field that appears to represent a map (it is an array of structs containing onlykey
andvalue
fields). -
builder
-