This repository was archived by the owner on Jul 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +58
-58
lines changed
Expand file tree Collapse file tree 1 file changed +58
-58
lines changed Original file line number Diff line number Diff line change @@ -24,74 +24,74 @@ All notable changes to this project will be documented in this file.
2424
2525 ``` json
2626 {
27- "type" : " expression" ,
28- "variant" : " case" ,
29- "expression" : [
30- {
31- "type" : " condition" ,
32- "variant" : " when" ,
33- "condition" : {
34- "type" : " expression" ,
35- "format" : " binary" ,
36- "variant" : " operation" ,
37- "operation" : " =" ,
38- "left" : {
27+ "type" : " expression" ,
28+ "variant" : " case" ,
29+ "expression" : [
30+ {
31+ "type" : " condition" ,
32+ "variant" : " when" ,
33+ "condition" : {
34+ "type" : " expression" ,
35+ "format" : " binary" ,
36+ "variant" : " operation" ,
37+ "operation" : " =" ,
38+ "left" : {
39+ "type" : " identifier" ,
40+ "variant" : " column" ,
41+ "name" : " a"
42+ },
43+ "right" : {
44+ "type" : " literal" ,
45+ "variant" : " decimal" ,
46+ "value" : " 0"
47+ }
48+ },
49+ "consequent" : {
3950 "type" : " identifier" ,
4051 "variant" : " column" ,
41- "name" : " a"
42- },
43- "right" : {
44- "type" : " literal" ,
45- "variant" : " decimal" ,
46- "value" : " 0"
52+ "name" : " a1"
4753 }
4854 },
49- "consequent" : {
50- "type" : " identifier" ,
51- "variant" : " column" ,
52- "name" : " a1"
53- }
54- },
55- {
56- "type" : " condition" ,
57- "variant" : " when" ,
58- "condition" : {
59- "type" : " expression" ,
60- "format" : " binary" ,
61- "variant" : " operation" ,
62- "operation" : " =" ,
63- "left" : {
55+ {
56+ "type" : " condition" ,
57+ "variant" : " when" ,
58+ "condition" : {
59+ "type" : " expression" ,
60+ "format" : " binary" ,
61+ "variant" : " operation" ,
62+ "operation" : " =" ,
63+ "left" : {
64+ "type" : " identifier" ,
65+ "variant" : " column" ,
66+ "name" : " a"
67+ },
68+ "right" : {
69+ "type" : " literal" ,
70+ "variant" : " decimal" ,
71+ "value" : " 1"
72+ }
73+ },
74+ "consequent" : {
6475 "type" : " identifier" ,
6576 "variant" : " column" ,
66- "name" : " a"
67- },
68- "right" : {
69- "type" : " literal" ,
70- "variant" : " decimal" ,
71- "value" : " 1"
77+ "name" : " b1"
7278 }
7379 },
74- "consequent" : {
75- "type" : " identifier" ,
76- "variant" : " column" ,
77- "name" : " b1"
78- }
79- },
80- {
81- "type" : " condition" ,
82- "variant" : " else" ,
83- "consequent" : {
84- "type" : " identifier" ,
85- "variant" : " column" ,
86- "name" : " c1"
80+ {
81+ "type" : " condition" ,
82+ "variant" : " else" ,
83+ "consequent" : {
84+ "type" : " identifier" ,
85+ "variant" : " column" ,
86+ "name" : " c1"
87+ }
8788 }
89+ ],
90+ "discriminant" : {
91+ "type" : " identifier" ,
92+ "variant" : " column" ,
93+ "name" : " acc"
8894 }
89- ],
90- "discriminant" : {
91- "type" : " identifier" ,
92- "variant" : " column" ,
93- "name" : " acc"
94- }
9595 }
9696 ```
9797
You can’t perform that action at this time.
0 commit comments