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, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowAggregator
  2. SimpleAggregator
  3. BaseAggregator
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped