* Generates a binning function for discretizing data. * @constructor * @param {object} params - The parameters for this operator. The * provided values should be valid options for the bin function. * @param {function(object): *} params.field - The data field to bin.
(params)
| 116340 | * provided values should be valid options for the {@link bin} function. |
| 116341 | * @param {function(object): *} params.field - The data field to bin. |
| 116342 | */ function Bin(params) { |
| 116343 | (0, _vegaDataflow.Transform).call(this, null, params); |
| 116344 | } |
| 116345 | Bin.Definition = { |
| 116346 | "type": "Bin", |
| 116347 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected