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

Function count_agg

evaluation/ts_old/spider-master/evaluation.py:299–300  ·  view source on GitHub ↗
(units)

Source from the content-addressed store, hash-verified

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

Callers 1

count_othersFunction · 0.70

Calls 1

has_aggFunction · 0.70

Tested by

no test coverage detected