Packages

c

ai.chronon.aggregator.row

RowAggregator

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])

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped