* 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)
| 91097 | * lookups normally indicated by dot or bracket notation. |
| 91098 | */ |
| 91099 | function Key(params) { |
| 91100 | _vegaDataflow.Operator.call(this, null, update, params); |
| 91101 | } |
| 91102 | |
| 91103 | (0, _vegaUtil.inherits)(Key, _vegaDataflow.Operator); |
| 91104 |
nothing calls this directly
no outgoing calls
no test coverage detected