* 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)
| 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 | } |
| 118551 | const OUTPUT = [ |
| 118552 | "unit0", |
| 118553 | "unit1" |
nothing calls this directly
no outgoing calls
no test coverage detected