* Adds a unique identifier to all added tuples. * This transform creates a new signal that serves as an id counter. * As a result, the id counter is shared across all instances of this * transform, generating unique ids across multiple data streams. In * addition, this signal value can be includ
(params)
| 120101 | * @param {object} params - The parameters for this operator. |
| 120102 | * @param {string} params.as - The field name for the generated identifier. |
| 120103 | */ function Identifier(params) { |
| 120104 | (0, _vegaDataflow.Transform).call(this, 0, params); |
| 120105 | } |
| 120106 | Identifier.Definition = { |
| 120107 | "type": "Identifier", |
| 120108 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected