Skip to content

Beyond SQL Features

eliranmoyal edited this page Sep 11, 2015 · 12 revisions

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

Clone this wiki locally