Beyond SQL Features - eliranmoyal/elasticsearch-sql GitHub Wiki

Some more features using ElasticSearch capabilities

  1. ES TopHits
  2. ES MISSING
  3. ES STATS

####examples SELECT STATS(age) FROM account SELECT * FROM account where nickname is not missing SELECT * FROM account where nickname is missing