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