Commit 45d0895
Expose date_histogram->histogram to external crates (#148)
As part of supporting all postgres datetimes in ParadeDb, we need to
rewrite `date_histogram` requests to regular `histogram` requests.
Exposing this helper saves duplicating conversion logic that is not
specific to the situation we are converting in.
(cherry picked from commit dcbfce2)1 parent d59958a commit 45d0895
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments