* 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)
| 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 | } |
| 116667 | Cross.Definition = { |
| 116668 | "type": "Cross", |
| 116669 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected