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

Function Stratify

docs/app/js/sanddance-app.js:137095–137097  ·  view source on GitHub ↗

* Stratify a collection of tuples into a tree structure based on * id and parent id fields. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.key - Unique key field for each tuple. * @param {function(object): *} params.parentKey -

(params)

Source from the content-addressed store, hash-verified

137093 * @param {function(object): *} params.key - Unique key field for each tuple.
137094 * @param {function(object): *} params.parentKey - Field with key for parent tuple.
137095 */ function Stratify(params) {
137096 (0, _vegaDataflow.Transform).call(this, null, params);
137097}
137098Stratify.Definition = {
137099 "type": "Stratify",
137100 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected