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

Function CrossFilter

docs/app/js/sanddance-app.js:141348–141352  ·  view source on GitHub ↗

* An indexed multi-dimensional filter. * @constructor * @param {object} params - The parameters for this operator. * @param {Array } params.fields - An array of dimension accessors to filter. * @param {Array} params.query - An array of per-dimension range queries.

(params)

Source from the content-addressed store, hash-verified

141346 * @param {Array<function(object): *>} params.fields - An array of dimension accessors to filter.
141347 * @param {Array} params.query - An array of per-dimension range queries.
141348 */ function CrossFilter(params) {
141349 (0, _vegaDataflow.Transform).call(this, Bitmaps(), params);
141350 this._indices = null;
141351 this._dims = null;
141352}
141353CrossFilter.Definition = {
141354 "type": "CrossFilter",
141355 "metadata": {},

Callers

nothing calls this directly

Calls 1

BitmapsFunction · 0.70

Tested by

no test coverage detected