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
    @IntrinsicCandidate() @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. lazy val fullDerivedSchema: StructType

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def keyCodec: AvroCodec

    Permalink
  16. val keyFields: Array[StructField]

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

    Permalink
  18. val keySchema: StructType

    Permalink
  19. lazy val keySchemaStr: String

    Permalink
  20. val keys: Array[String]

    Permalink
  21. lazy val loggingSchema: String

    Permalink
  22. lazy val loggingSchemaHash: String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  26. lazy val renameOnlyDeriveFunc: (Map[String, Any], Map[String, Any]) ⇒ Map[String, Any]

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

    Permalink
    Definition Classes
    AnyRef
  28. def valueCodec: AvroCodec

    Permalink
  29. val valueFields: Array[StructField]

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

    Permalink
  31. lazy val valueSchema: StructType

    Permalink
  32. lazy val valueSchemaStr: String

    Permalink
  33. val values: Array[String]

    Permalink
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped