* 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)
| 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 | } |
| 137098 | Stratify.Definition = { |
| 137099 | "type": "Stratify", |
| 137100 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected