Enable symbolic evaluation for filter, joins, unions and in-list filter expressions#91
Closed
1sand0s wants to merge 8 commits into
Closed
Enable symbolic evaluation for filter, joins, unions and in-list filter expressions#911sand0s wants to merge 8 commits into
1sand0s wants to merge 8 commits into
Conversation
Merging changes from michael/sym-eval into aditya/sym_eval
… to support unions 1. Pass row offset while constructing symbolic array for columns in columnar_value.rs 2. Read row offset from SLT using special placeholder column __slt__pos__ from ProjectionStream
IN LIST expressions has a column on the side and a list or sub-query on the side
1. Propagate predicate from joins/utils.rs up to nested_loop_join.rs 2. Push constraints from incoming left and right batches into all_constraints vec 3. Construct constraints from the predicate propagated up from joins/utils.rs 4. Push the constructed constraint into all_constraints vec 5. all_constraints vec is the complete constraint list for the joined batch
gliga
reviewed
Jun 12, 2025
| None | ||
| }; | ||
|
|
||
| // check if upstream is a ProjectionExec with the special column __slt__pos__ |
There was a problem hiding this comment.
move into a new function to get the offset
…pport symbolic eval of aggregations
|
Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request merges the latest five commits on
aditya/sym_evalintomichael/sym-eval.IN LISTbinary expressionsIN LISTrow_offsettoSymbolicExpr::Variablefor UNIONsdbg!prints