Class AvroOptions

  • All Implemented Interfaces:
    Serializable

    public final class AvroOptions
    extends FormatOptions
    Google BigQuery options for AVRO format. This class wraps some properties of AVRO files used by BigQuery to parse external data.
    See Also:
    Serialized Form
    • Method Detail

      • useAvroLogicalTypes

        public Boolean useAvroLogicalTypes()
        Returns whether BigQuery should interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
      • newBuilder

        public static AvroOptions.Builder newBuilder()
        Returns a builder for a AvroOptions object.