You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kind of, but it's a higher level concept. That approach only works for leaf nodes (where we can strip characters to get a normalized representation).
For this we actually want to support much higher level equivalence classes to rewrite queries into "equivalent" queries that are more likely to capture the user intent.
We would like a way to 'expand' ASTs patterns into higher level "equivalent" ASTs that we then match against.
This can reduce AST surprises and allow simpler matching fragments so the actual matching engine is closer to developer intuitions.
Examples
The text was updated successfully, but these errors were encountered: