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

Function count_agg

hardness_eval.py:815–816  ·  view source on GitHub ↗
(units)

Source from the content-addressed store, hash-verified

813
814
815def count_agg(units):
816 return len([unit for unit in units if has_agg(unit)])
817
818
819def count_component1(sql):

Callers 1

count_othersFunction · 0.70

Calls 1

has_aggFunction · 0.70

Tested by

no test coverage detected