Add Expr::getUnderlyingExpr predicate

This commit is contained in:
Tony Torralba
2022-05-12 12:49:02 +02:00
parent 8b131adeb1
commit 85fab20086
4 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* The QL predicate `Expr::getUnderlyingExpr` has been added. It can be used to look through casts and not-null expressions and obtain the underlying expression to which they apply.