I want to query a table of public methods of a specific class and a count of each methods usage in NDepend CQL. Currently query looks like this:
SELECT METHODS FROM TYPES "AE.DataAccess.DBHelper" WHERE IsPublic
Is it possible to aggregate queries in CQL?