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

Function Extent

docs/app/js/sanddance-app.js:117060–117065  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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}
117066Extent.Definition = {
117067 "type": "Extent",
117068 "metadata": {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected