ToEpochBucket
This section contains reference documentation for the toEpochBucket functions.
Convert epoch milliseconds to epoch , and divided by bucket size (Bucket size is defined in ). The following time units are supported:
SECONDS
MINUTES
HOURS
DAYS
Signature
ToEpoch<TIME_UNIT>Bucket(timeInMillis, bucketSize)
Usage Examples
bucket |
---|
1613472 |
bucket |
---|
2689120 |
bucket |
---|
89637 |
bucket |
---|
1867 |
Last updated