Package

za.co.absa.abris.avro

write

Permalink

package write

Visibility
  1. Public
  2. All

Type Members

  1. class AvroWriterHolder extends AnyRef

    Permalink

    Holds an Avro writer.

    Holds an Avro writer. Convenient for encapsulating logic behind object reuse.

  2. class ScalaCustomDatumWriter[T] extends SpecificDatumWriter[T]

    Permalink

    This class redefines Avro data writing methods that cope with collections and arrays in order to provide compatibility between Java and Scala while using Avro's original library.

  3. class ScalaCustomSpecificData extends ScalaSpecificData

    Permalink

    This class redefines the way fields are retrieved from a record since they could be either an IndexedRecord (if written by Avro library) or a GenericRow, if written this library.

Value Members

  1. object ScalaCustomSpecificData

    Permalink

Ungrouped