MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / count_agg

Function count_agg

evaluation/test-suite-sql-eval/evaluation.py:298–299  ·  view source on GitHub ↗
(units)

Source from the content-addressed store, hash-verified

296
297
298def count_agg(units):
299 return len([unit for unit in units if has_agg(unit)])
300
301
302def count_component1(sql):

Callers 1

count_othersFunction · 0.70

Calls 1

has_aggFunction · 0.70

Tested by

no test coverage detected