CREATESCALARGROUP¶
Collects one or more named scalar (key–value) pairs and bundles them into a single hashMap object. Use this worker to assemble a group of fixed numerical values that downstream workers can reference as a unified map.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Hash Value | hash_value | hashPair | — | One or more named scalar entries (key–value pairs) to include in the group; each entry is a fixed numerical value string. Add as many pairs as needed — leave empty to produce an empty map. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| createscalargroup_output_1 | createscalargroup_output_1 | hashMap | A hashMap object containing all supplied key–value scalar pairs, keyed by the names provided in the input; consumed by downstream workers that expect a unified scalar map. |
Disciplines¶
- data.dataset.transform
Auto-generated from transformation schema. Worker id: createscalargroup. Schema hash: a8f23810b5dd. Hand-curated docs in workerexamples/ override this page when present.