forked from MaterializeInc/materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expr: align visitor logic in
MirScalarExpr*
with MirRelationExpr
- Factor out `MirScalarExpr::*visit*` code in a dedicated struct `MirScalarExprVisitor`. - Use `MirScalarExpr::*visit*` to delegate to the latter. - Implement `CheckedRecursion` for `MirScalarExprVisitor` (for now unused).
- Loading branch information
1 parent
89df30d
commit abe7d88
Showing
1 changed file
with
154 additions
and
73 deletions.
There are no files selected for viewing
This file contains 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