MCPcopy Index your code
hub / github.com/microsoft/SandDance / Collect

Function Collect

docs/app/js/sanddance-app.js:116498–116500  ·  view source on GitHub ↗

* Collects all data tuples that pass through this operator. * @constructor * @param {object} params - The parameters for this operator. * @param {function(*,*): number} [params.sort] - An optional * comparator function for additionally sorting the collected tuples.

(params)

Source from the content-addressed store, hash-verified

116496 * @param {function(*,*): number} [params.sort] - An optional
116497 * comparator function for additionally sorting the collected tuples.
116498 */ function Collect(params) {
116499 (0, _vegaDataflow.Transform).call(this, [], params);
116500}
116501Collect.Definition = {
116502 "type": "Collect",
116503 "metadata": {

Callers 11

fieldRefFunction · 0.70
ordinalMultipleDomainFunction · 0.70
parseData$1Function · 0.70
countsRefFunction · 0.70
parseFacetFunction · 0.70
parseMarkFunction · 0.70
parseLegendFunction · 0.70
parseTitleFunction · 0.70
collectFunction · 0.70
parseAxisFunction · 0.70
parseViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected