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

Function Flatten

docs/app/js/sanddance-app.js:117349–117351  ·  view source on GitHub ↗

* Flattens array-typed field values into new data objects. * If multiple fields are specified, they are treated as parallel arrays, * with output values included for each matching index (or null if missing). * @constructor * @param {object} params - The parameters for this operator. * @param {A

(params)

Source from the content-addressed store, hash-verified

117347 * array fields. Any unspecified fields will use the field name provided
117348 * by the fields accessors.
117349 */ function Flatten(params) {
117350 (0, _vegaDataflow.Transform).call(this, [], params);
117351}
117352Flatten.Definition = {
117353 "type": "Flatten",
117354 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected