Class/Object

ai.chronon.online

JoinCodec

Related Docs: object JoinCodec | package online

Permalink

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

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

Instance Constructors

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

    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. val baseValueSchema: StructType

    Permalink
  6. def buildLoggingValues(resp: ResponseWithContext): Map[String, AnyRef]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val conf: JoinOps

    Permalink
  9. lazy val deriveFunc: DerivationFunc

    Permalink
  10. lazy val derivedSchema: StructType

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. lazy val fullDerivedSchema: StructType

    Permalink
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  16. def keyCodec: AvroCodec

    Permalink
  17. val keyFields: Array[StructField]

    Permalink
  18. lazy val keyIndices: Map[StructField, Int]

    Permalink
  19. val keySchema: StructType

    Permalink
  20. lazy val keySchemaStr: String

    Permalink
  21. val keys: Array[String]

    Permalink
  22. lazy val loggingSchema: String

    Permalink
  23. lazy val loggingSchemaHash: String

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. lazy val renameOnlyDeriveFunc: (Map[String, Any], Map[String, Any]) ⇒ Map[String, Any]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def valueCodec: AvroCodec

    Permalink
  30. val valueFields: Array[StructField]

    Permalink
  31. lazy val valueIndices: Map[StructField, Int]

    Permalink
  32. lazy val valueSchema: StructType

    Permalink
  33. lazy val valueSchemaStr: String

    Permalink
  34. val values: Array[String]

    Permalink
  35. final def wait(): Unit

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

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

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

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped