Skip to content

Conversation

@wgtmac
Copy link
Member

@wgtmac wgtmac commented Nov 11, 2025

  • Added support to And/Or/Not to create folded expressions.
  • Refactored UnboundPredicate to use virtual inheritance of Expression to facilitate visitor pattern.
  • Added template class ExpressionVisitor and BoundVisitor.
  • Implemented Binder, IsBoundVisitor and RewriteNot.

Closes #70 #71 #72

@wgtmac wgtmac force-pushed the expr_visitor branch 2 times, most recently from f88a20f to b541297 Compare November 11, 2025 15:56
- Add template ExpressionVisitor and BoundVisitor
- Implement Binder, IsBoundVisitor and RewriteNot
Copy link
Contributor

@HuaHuaY HuaHuaY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ExpressionVisitor to evaluate expressions

2 participants