c

ai.chronon.aggregator.row

RowAggregator

class RowAggregator extends Serializable with SimpleAggregator[Row, Array[Any], Array[Any]]

Linear Supertypes
SimpleAggregator[Row, Array[Any], Array[Any]], BaseAggregator[Row, Array[Any], Array[Any]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowAggregator
  2. SimpleAggregator
  3. BaseAggregator
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

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. val aggregationParts: Seq[AggregationPart]
  5. def apply(index: Int): ColumnAggregator
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bulkMerge(irs: Iterator[Array[Any]]): Array[Any]
    Definition Classes
    BaseAggregator
  8. def clone(ir: Array[Any]): Array[Any]
    Definition Classes
    RowAggregatorBaseAggregator
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val columnAggregators: Array[ColumnAggregator]
  11. def delete(ir: Array[Any], inputRow: Row): Array[Any]
    Definition Classes
    RowAggregatorSimpleAggregator
  12. def denormalize(ir: Array[Any]): Array[Any]
  13. def denormalize(ir: Any): Array[Any]
    Definition Classes
    BaseAggregator
  14. def denormalizeInPlace(ir: Array[Any]): Array[Any]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(ir: Array[Any]): Array[Any]
    Definition Classes
    RowAggregatorBaseAggregator
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val indices: Range
  22. def init: Array[Any]
  23. val inputSchema: Seq[(String, DataType)]
  24. def inversePrepare(input: Row): Array[Any]
    Definition Classes
    SimpleAggregator
  25. val irSchema: Array[(String, DataType)]
  26. def irType: DataType
    Definition Classes
    RowAggregatorBaseAggregator
  27. def isDeletable: Boolean
    Definition Classes
    BaseAggregator
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val isNotDeletable: Boolean
  30. val length: Int
  31. def merge(ir1: Array[Any], ir2: Array[Any]): Array[Any]
    Definition Classes
    RowAggregatorBaseAggregator
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def normalize(ir: Array[Any]): Array[Any]
    Definition Classes
    RowAggregatorBaseAggregator
  34. def normalizeInPlace(ir: Array[Any]): Array[Any]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val outputSchema: Array[(String, DataType)]
  38. def outputType: DataType
    Definition Classes
    RowAggregatorBaseAggregator
  39. def prepare(input: Row): Array[Any]
    Definition Classes
    RowAggregatorSimpleAggregator
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def update(ir: Array[Any], inputRow: Row): Array[Any]
    Definition Classes
    RowAggregatorSimpleAggregator
  43. def updateWindowed(ir: Array[Any], inputRow: Row, endTime: Long): Unit
  44. def updateWithReturn(ir: Array[Any], inputRow: Row): Array[Any]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SimpleAggregator[Row, Array[Any], Array[Any]]

Inherited from BaseAggregator[Row, Array[Any], Array[Any]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped