* Extend input tuples with aggregate values. * Calcuates aggregate values and joins them with the input stream. * @constructor
(params)
| 117653 | * Calcuates aggregate values and joins them with the input stream. |
| 117654 | * @constructor |
| 117655 | */ function JoinAggregate(params) { |
| 117656 | Aggregate.call(this, params); |
| 117657 | } |
| 117658 | JoinAggregate.Definition = { |
| 117659 | "type": "JoinAggregate", |
| 117660 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected