Method: Elastic::Query#aggregate

Defined in:
lib/elastic/query.rb

#aggregate(_node) ⇒ Object



69
70
71
# File 'lib/elastic/query.rb', line 69

def aggregate(_node)
  execute assembler.assemble_metric _node
end