Class BigQueryUtils.SchemaConversionOptions

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BigQueryUtils

    public abstract static class BigQueryUtils.SchemaConversionOptions
    extends java.lang.Object
    implements java.io.Serializable
    Options for how to convert BigQuery schemas to Beam schemas.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchemaConversionOptions

        public SchemaConversionOptions()
    • Method Detail

      • 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 only key and value fields).