case class JoinCodec(conf: JoinOps, keySchema: StructType, baseValueSchema: StructType, keyCodec: AvroCodec, baseValueCodec: AvroCodec) extends Serializable with Product

Linear Supertypes
Product, Equals, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JoinCodec
  2. Product
  3. Equals
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JoinCodec(conf: JoinOps, keySchema: StructType, baseValueSchema: StructType, keyCodec: AvroCodec, baseValueCodec: AvroCodec)

Type Members

  1. type DerivationFunc = (Map[String, Any], Map[String, Any]) => Map[String, Any]
  2. case class SchemaAndDeriveFunc(valueSchema: StructType, derivationFunc: (Map[String, Any], Map[String, Any]) => Map[String, Any]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val baseValueCodec: AvroCodec
  6. val baseValueSchema: StructType
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val conf: JoinOps
  9. lazy val deriveFunc: (Map[String, Any], Map[String, Any]) => Map[String, Any]
    Annotations
    @transient()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val keyCodec: AvroCodec
  15. val keyFields: Array[StructField]
  16. lazy val keyIndices: Map[StructField, Int]
  17. val keySchema: StructType
  18. val keys: Array[String]
  19. lazy val loggingSchema: String
  20. lazy val loggingSchemaHash: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val statsInputSchema: StructType
  26. val statsIrCodec: AvroCodec
  27. val statsIrSchema: StructType
  28. lazy val statsKeyCodec: AvroCodec
    Annotations
    @transient()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. lazy val valueCodec: AvroCodec
    Annotations
    @transient()
  31. val valueFields: Array[StructField]
  32. lazy val valueIndices: Map[StructField, Int]
  33. lazy val valueSchema: StructType
    Annotations
    @transient()
  34. val values: Array[String]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped