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

Function Identifier

docs/app/js/sanddance-app.js:120103–120105  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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}
120106Identifier.Definition = {
120107 "type": "Identifier",
120108 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected