* 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)
| 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 | } |
| 117352 | Flatten.Definition = { |
| 117353 | "type": "Flatten", |
| 117354 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected