Class

za.co.absa.abris.avro.format

ScalaAvroRecord

Related Doc: package format

Permalink

class ScalaAvroRecord extends GenericRecord with Comparable[ScalaAvroRecord]

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.

Linear Supertypes
Comparable[ScalaAvroRecord], GenericRecord, IndexedRecord, GenericContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaAvroRecord
  2. Comparable
  3. GenericRecord
  4. IndexedRecord
  5. GenericContainer
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaAvroRecord(schema: Schema)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compareTo(that: ScalaAvroRecord): Int

    Permalink
    Definition Classes
    ScalaAvroRecord → Comparable
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    ScalaAvroRecord → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def get(i: Int): AnyRef

    Permalink
    Definition Classes
    ScalaAvroRecord → IndexedRecord
  11. def get(key: String): AnyRef

    Permalink
    Definition Classes
    ScalaAvroRecord → GenericRecord
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getSchema(): Schema

    Permalink
    Definition Classes
    ScalaAvroRecord → GenericContainer
  14. def getValues(): Array[AnyRef]

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    ScalaAvroRecord → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def put(position: Int, value: AnyRef): Unit

    Permalink
    Definition Classes
    ScalaAvroRecord → IndexedRecord
  21. def put(key: String, value: AnyRef): Unit

    Permalink
    Definition Classes
    ScalaAvroRecord → GenericRecord
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    ScalaAvroRecord → AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Comparable[ScalaAvroRecord]

Inherited from GenericRecord

Inherited from IndexedRecord

Inherited from GenericContainer

Inherited from AnyRef

Inherited from Any

Ungrouped