We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d3b52 commit 89731eaCopy full SHA for 89731ea
book/src/super-sql/functions/time/bucket.md
@@ -5,16 +5,15 @@ quantize a time or duration value into buckets of equal time spans
5
## Synopsis
6
7
```
8
-bucket(val: time, span: duration|number) -> time
9
-bucket(val: duration, span: duration|number) -> duration
+bucket(val: time, span: duration) -> time
+bucket(val: duration, span: duration) -> duration
10
11
12
## Description
13
14
The `bucket` function quantizes a time or duration `val`
15
-(or value that can be coerced to time) into buckets that
16
-are equally spaced as specified by `span` where the bucket boundary
17
-aligns with 0.
+into buckets that are equally spaced as specified by `span`
+where the bucket boundary aligns with 0.
18
19
## Examples
20
0 commit comments