Commit 02ba0d5
authored
Remove redundant suffix for Aggregate enum (#686)
<!-- The PR description should answer 2 (maybe 3) important questions:
-->
### What
<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->
Tiny PR to remove a redundant enum variant suffix, as prep for upcoming
v0.2 PR
<!-- Consider: do we need to add a changelog entry? -->
### How
<!-- How is it trying to accomplish it (what are the implementation
steps)? -->1 parent 4160af1 commit 02ba0d5
File tree
1 file changed
+6
-11
lines changed- crates/query-engine/translation/src/translation/query
1 file changed
+6
-11
lines changedLines changed: 6 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
| 170 | + | |
176 | 171 | | |
177 | 172 | | |
178 | 173 | | |
| |||
185 | 180 | | |
186 | 181 | | |
187 | 182 | | |
188 | | - | |
| 183 | + | |
189 | 184 | | |
190 | 185 | | |
191 | 186 | | |
| |||
694 | 689 | | |
695 | 690 | | |
696 | 691 | | |
697 | | - | |
| 692 | + | |
698 | 693 | | |
699 | 694 | | |
700 | 695 | | |
| |||
706 | 701 | | |
707 | 702 | | |
708 | 703 | | |
709 | | - | |
| 704 | + | |
710 | 705 | | |
711 | 706 | | |
712 | 707 | | |
| |||
0 commit comments