Created
September 8, 2022 18:09
-
-
Save vogelsgesang/accd31491fbea6d805ac02523489e38a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"operator": "executiontarget", | |
"operatorId": 1, | |
"cardinality": 9, | |
"producesRows": true, | |
"output": [{"expression": "iuref", "iu": ["v", ["Integer"]]}, {"expression": "iuref", "iu": ["v2", ["Integer"]]}], | |
"outputNames": ["1", "1"], | |
"input": { | |
"operator": "join", | |
"operatorId": 2, | |
"cardinality": 9, | |
"method": "bnl", | |
"left": { | |
"operator": "explicitscan", | |
"operatorId": 3, | |
"cardinality": 3, | |
"mapping": [{"source": {"expression": "iuref", "iu": ["v3", ["Integer"]]}, "target": ["v2", ["Integer"]]}], | |
"input": { | |
"operator": "temp", | |
"operatorId": 4, | |
"cardinality": 3, | |
"input": { | |
"operator": "tableconstruction", | |
"querylocs": [[30, 39]], | |
"operatorId": 5, | |
"cardinality": 3, | |
"output": [["v3", ["Integer"]]], | |
"values": [[{"expression": "const", "value": {"type": ["Integer"], "value": 1}}], [{"expression": "const", "value": {"type": ["Integer"], "value": 2}}], [{"expression": "const", "value": {"type": ["Integer"], "value": 3}}]] | |
} | |
} | |
}, | |
"right": { | |
"operator": "explicitscan", | |
"operatorId": 6, | |
"cardinality": 3, | |
"mapping": [{"source": {"expression": "iuref", "iu": "v3"}, "target": ["v", ["Integer"]]}], | |
"input": 4 | |
}, | |
"condition": {"expression": "const", "value": {"type": ["Bool"], "value": true}} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment