* Computes extents (min/max) for a data field. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The field over which to compute extends.
(params)
| 117058 | * @param {object} params - The parameters for this operator. |
| 117059 | * @param {function(object): *} params.field - The field over which to compute extends. |
| 117060 | */ function Extent(params) { |
| 117061 | (0, _vegaDataflow.Transform).call(this, [ |
| 117062 | undefined, |
| 117063 | undefined |
| 117064 | ], params); |
| 117065 | } |
| 117066 | Extent.Definition = { |
| 117067 | "type": "Extent", |
| 117068 | "metadata": {}, |
nothing calls this directly
no outgoing calls
no test coverage detected