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

Function TimeUnit

docs/app/js/sanddance-app.js:118548–118550  ·  view source on GitHub ↗

* Discretize dates to specific time units. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The data field containing date/time values.

(params)

Source from the content-addressed store, hash-verified

118546 * @param {object} params - The parameters for this operator.
118547 * @param {function(object): *} params.field - The data field containing date/time values.
118548 */ function TimeUnit(params) {
118549 (0, _vegaDataflow.Transform).call(this, null, params);
118550}
118551const OUTPUT = [
118552 "unit0",
118553 "unit1"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected