Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2534,6 +2534,7 @@ required_capability: tbucket
FROM sample_data_ts_nanos, sample_data
| stats x = 1 day + tbucket(1 hour) by b1d = tbucket(1 hour)
;
ignoreOrder:true

x:date_nanos | b1d:date_nanos
2023-10-24T13:00:00.000Z | 2023-10-23T13:00:00.000Z
Expand Down