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

Function Window

docs/app/js/sanddance-app.js:118930–118934  ·  view source on GitHub ↗

* Perform window calculations and write results to the input stream. * @constructor * @param {object} params - The parameters for this operator. * @param {function(*,*): number} [params.sort] - A comparator function for sorting tuples within a window. * @param {Array } [param

(params)

Source from the content-addressed store, hash-verified

118928 * number alone, ignoring peers with identical sort values. If false (default),
118929 * the window boundaries will be adjusted to include peer values.
118930 */ function Window(params) {
118931 (0, _vegaDataflow.Transform).call(this, {}, params);
118932 this._mlen = 0;
118933 this._mods = [];
118934}
118935Window.Definition = {
118936 "type": "Window",
118937 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected