Beyond SQL Features - eliranmoyal/elasticsearch-sql GitHub Wiki
Some more features using ElasticSearch capabilities
- ES TopHits
- ES MISSING
- ES STATS
####examples
SELECT STATS(age) FROM account
SELECT * FROM account where nickname is not missing
SELECT * FROM account where nickname is missing