Skip to content

Commit

Permalink
feat(cubesql): Flatten list expression rewrites
Browse files Browse the repository at this point in the history
Co-authored-by: Max Willsey <me@mwillsey.com>
  • Loading branch information
MazterQyou and mwillsey committed May 14, 2024
1 parent 2c56be6 commit 766f720
Show file tree
Hide file tree
Showing 27 changed files with 1,757 additions and 575 deletions.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/cubesql/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/cubesql/cubesql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ nanoid = "0.3.0"
tokio-util = { version = "0.6.2", features=["compat"] }
comfy-table = "7.1.0"
bitflags = "1.3.2"
egg = {rev = "7e60716cc757448bd672f2dc28ef9a0d074dce71", git = "https://github.com/egraphs-good/egg.git"}
egg = { rev = "bdf05cee0a145a524fe8c6c33aa577ac50ace7c9", git = "https://github.com/cube-js/egg.git" }
paste = "1.0.6"
csv = "1.1.6"
tracing = { version = "0.1.40", features = ["async-await"] }
Expand Down
274 changes: 200 additions & 74 deletions rust/cubesql/cubesql/src/compile/rewrite/converter.rs

Large diffs are not rendered by default.

0 comments on commit 766f720

Please sign in to comment.