Package

za.co.absa.abris.avro

format

Permalink

package format

Visibility
  1. Public
  2. All

Type Members

  1. class ScalaAvroRecord extends GenericRecord with Comparable[ScalaAvroRecord]

    Permalink

    In order to support Spark-compliant queryable nested structures, nested Avro records need to be converted into Spark Rows.

    In order to support Spark-compliant queryable nested structures, nested Avro records need to be converted into Spark Rows.

    This class extends Avro's GenericRow to perform the conversion at read time.

  2. class ScalaSpecificData extends SpecificData

    Permalink

    This class forces Avro to use a specific Record implementation (ScalaRecord), which converts nested records to Spark Rows at read time.

Value Members

  1. object ScalaSpecificData

    Permalink
  2. object SparkAvroConversions

    Permalink

    This class provides conversions between Avro and Spark schemas and data.

Ungrouped