Class

ai.chronon.aggregator.row

RowAggregator

Related Doc: package row

Permalink

class RowAggregator extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowAggregator
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RowAggregator(inputSchema: Seq[(String, DataType)], aggregationParts: Seq[AggregationPart])

    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. val aggregationParts: Seq[AggregationPart]

    Permalink
  5. def apply(index: Int): ColumnAggregator

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(ir: Array[Any]): Array[Any]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val columnAggregators: Array[ColumnAggregator]

    Permalink
  10. def delete(ir: Array[Any], inputRow: Row): Unit

    Permalink
  11. def denormalize(ir: Array[Any]): Array[Any]

    Permalink
  12. def denormalizeInPlace(ir: Array[Any]): Array[Any]

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

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(ir: Array[Any]): Array[Any]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. val indices: Range

    Permalink
  20. def init: Array[Any]

    Permalink
  21. val inputSchema: Seq[(String, DataType)]

    Permalink
  22. val irSchema: Array[(String, DataType)]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val isNotDeletable: Boolean

    Permalink
  25. val length: Int

    Permalink
  26. def merge(ir1: Array[Any], ir2: Array[Any]): Array[Any]

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

    Permalink
    Definition Classes
    AnyRef
  28. def normalize(ir: Array[Any]): Array[Any]

    Permalink
  29. def normalizeInPlace(ir: Array[Any]): Array[Any]

    Permalink
  30. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. val outputSchema: Array[(String, DataType)]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def update(ir: Array[Any], inputRow: Row): Unit

    Permalink
  36. def updateWindowed(ir: Array[Any], inputRow: Row, endTime: Long): Unit

    Permalink
  37. def updateWithReturn(ir: Array[Any], inputRow: Row): Array[Any]

    Permalink
  38. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped