ToEpochBucket
This section contains reference documentation for the toEpochBucket functions.
Signature
Usage Examples
select ToEpochSecondsBucket(1613472303000, 1000) AS bucket
FROM ignoreMebucket
select ToEpochMinutesBucket(1613472303000, 10) AS bucket
FROM ignoreMebucket
select ToEpochHoursBucket(1613472303000, 5) AS bucket
FROM ignoreMebucket
bucket
Was this helpful?

