MCPcopy Create free account
hub / github.com/microsoft/SandDance / JoinAggregate

Function JoinAggregate

docs/app/js/sanddance-app.js:117655–117657  ·  view source on GitHub ↗

* Extend input tuples with aggregate values. * Calcuates aggregate values and joins them with the input stream. * @constructor

(params)

Source from the content-addressed store, hash-verified

117653 * Calcuates aggregate values and joins them with the input stream.
117654 * @constructor
117655 */ function JoinAggregate(params) {
117656 Aggregate.call(this, params);
117657}
117658JoinAggregate.Definition = {
117659 "type": "JoinAggregate",
117660 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected