Commit f477994
Ganeshwara Hananda
Refine the implementation of NumericGroup and Numeric (#102)
## What is the goal of this PR?
We have refined the protocol for returning `Numeric` and `NumericGroup` which are used by match aggregate and match group aggregate respectively.
## What are the changes implemented in this PR?
1. Enrich the representation of `Numeric` such that it can represent long, double, or NaN (not a number)
2. Fix the fact that `NumericGroup` has a list of `Number` rather than `Number`1 parent aaf44f3 commit f477994
2 files changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | | - | |
| 45 | + | |
43 | 46 | | |
44 | | - | |
| 47 | + | |
45 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments