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

Function Cross

docs/app/js/sanddance-app.js:116664–116666  ·  view source on GitHub ↗

* Perform a cross-product of a tuple stream with itself. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object):boolean} [params.filter] - An optional filter * function for selectively including tuples in the cross product. * @param {Array<strin

(params)

Source from the content-addressed store, hash-verified

116662 * function for selectively including tuples in the cross product.
116663 * @param {Array<string>} [params.as] - The names of the output fields.
116664 */ function Cross(params) {
116665 (0, _vegaDataflow.Transform).call(this, null, params);
116666}
116667Cross.Definition = {
116668 "type": "Cross",
116669 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected