* Generates sample quantile values from an input data stream. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - An accessor for the data field * over which to calculate quantile values. * @param {Array<function(object): *
(params)
| 118280 | * 1 (exclusive) will be sampled. This parameter is only used if the |
| 118281 | * *quantiles* parameter is not provided. |
| 118282 | */ function Quantile(params) { |
| 118283 | (0, _vegaDataflow.Transform).call(this, null, params); |
| 118284 | } |
| 118285 | Quantile.Definition = { |
| 118286 | "type": "Quantile", |
| 118287 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected