UNPKG

druid-query

Version:
11 lines (9 loc) 201 B
'use strict' /** * Count aggregation needs only type and name - no extra-arguments * * @see http://druid.io/docs/0.6.120/Aggregations.html */ module.exports = function count() { // do nothing }