public function aggregationMethodSimple($group_type, $field) { return strtoupper($group_type) . '(' . $field . ')'; }