elasticsql
elasticsql copied to clipboard
support more graceful missing check
current:
select * from a where id = missing
the expected:
select * from a where missing(id) = true