public abstract static class BigQueryUtils.SchemaConversionOptions
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BigQueryUtils.SchemaConversionOptions.Builder
Builder for
BigQueryUtils.SchemaConversionOptions . |
Constructor and Description |
---|
SchemaConversionOptions() |
Modifier and Type | Method and Description |
---|---|
static BigQueryUtils.SchemaConversionOptions.Builder |
builder() |
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 only
key and value
fields). |
public abstract boolean getInferMaps()
key
and value
fields).public static BigQueryUtils.SchemaConversionOptions.Builder builder()