mapper.round
mapperThis mapper function rounds the single value in a sliding window to the closests LONG.
The mapper.round
function can be applied to data of type LONG or DOUBLE.
When used on bucketized GTS, this mapper will fail on empty bucket. Use UNBUCKETIZE
first.
If the GTS contains duplicated timestamps, this mapper will fail. Use DEDUP
first.