Bucket and tile functions for temporal types.
- Note
- The time bucket functions are inspired from TimescaleDB. https://docs.timescale.com/latest/api#time_bucket
Generate an integer or float span bucket from a bucket list
- Parameters
-
[in] | lower | Start value of the bucket |
[in] | size | Size of the buckets |
[in] | basetype | Type of the arguments |
[out] | span | Output span |