Commit 3ca3811
authored
refactor(cubesql): Improve EGraph debugger, part 3: parsing and data preparation in UI side (#8934)
* Implement input data parsing in debugger
* Use simpler state as debug data source
* Enable serde for egg
Used just for Id for now
* Move data preparation to UI side of debugger
* Filter duplicate edges during preparation
* Filter non-canonical eclasses before rendering1 parent 060d666 commit 3ca3811
File tree
9 files changed
+319
-154
lines changed- packages/cubejs-backend-native
- rust
- cubenativeutils
- cubesqlplanner
- cubesql
- cubesql
- egraph-debug-template
- src
- src/compile/rewrite
9 files changed
+319
-154
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments