Files
superset2/superset/assets/javascripts/explore/constants.js
Gabe Lyons 68dec24542 [Explore] Streamlined metric definitions for SQLA and Druid (#4663)
* adding streamlined metric editing

* addressing lint issues on new metrics control

* enabling druid
2018-03-28 17:41:29 -07:00

10 lines
143 B
JavaScript

export const AGGREGATES = {
AVG: 'AVG',
COUNT: 'COUNT ',
COUNT_DISTINCT: 'COUNT_DISTINCT',
MAX: 'MAX',
MIN: 'MIN',
SUM: 'SUM',
};