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