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

Function has_agg

hardness_eval.py:620–621  ·  view source on GitHub ↗
(unit)

Source from the content-addressed store, hash-verified

618
619
620def has_agg(unit):
621 return unit[0] != AGG_OPS.index('none')
622
623
624def accuracy(count, total):

Callers 1

count_aggFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected