Implementing an IS EMPTY filter

This commit is contained in:
Clément Renault
2023-03-14 18:08:12 +01:00
parent fa2ea4a379
commit ea016d97af
12 changed files with 156 additions and 37 deletions

View File

@ -188,6 +188,7 @@ fn is_keyword(s: &str) -> bool {
| "EXISTS"
| "IS"
| "NULL"
| "EMPTY"
| "_geoRadius"
| "_geoBoundingBox"
)