Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
815
def
count_agg(units):
816
return
len([unit
for
unit in units
if
has_agg(unit)])
817
818
819
def
count_component1(sql):
Callers
1
count_others
Function · 0.70
Calls
1
has_agg
Function · 0.70
Tested by
no test coverage detected