Skip to content

Commit

Permalink
[CHORE] Simplify plan_aggregate_query and plan_non_agg_query in SQLPl…
Browse files Browse the repository at this point in the history
…anner
  • Loading branch information
kevinzwang committed Nov 21, 2024
1 parent ea84522 commit 82260fc
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 353 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions src/daft-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ daft-functions = {path = "../daft-functions"}
daft-functions-json = {path = "../daft-functions-json"}
daft-logical-plan = {path = "../daft-logical-plan"}
daft-scan = {path = "../daft-scan"}
itertools = {workspace = true}
once_cell = {workspace = true}
pyo3 = {workspace = true, optional = true}
sqlparser = {workspace = true}
Expand Down
Loading

0 comments on commit 82260fc

Please sign in to comment.