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

Function Key

docs/tests/v2/es6/js/sanddance.js:91099–91101  ·  view source on GitHub ↗

* Generates a key function. * @constructor * @param {object} params - The parameters for this operator. * @param {Array } params.fields - The field name(s) for the key function. * @param {boolean} params.flat - A boolean flag indicating if the field names * should be treated as flat pro

(params)

Source from the content-addressed store, hash-verified

91097 * lookups normally indicated by dot or bracket notation.
91098 */
91099function Key(params) {
91100 _vegaDataflow.Operator.call(this, null, update, params);
91101}
91102
91103(0, _vegaUtil.inherits)(Key, _vegaDataflow.Operator);
91104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected