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

Function has_agg

single_eval.py:81–82  ·  view source on GitHub ↗
(unit)

Source from the content-addressed store, hash-verified

79
80
81def has_agg(unit):
82 return unit[0] != AGG_OPS.index('none')
83
84
85def accuracy(count, total):

Callers 1

count_aggFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected