Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ AggrType
Class
AggrType
common/enumeration/sql.py:37–42 ·
view source on GitHub ↗
aggr type
Source
from the content-addressed store, hash-verified
35
36
37
class
AggrType(Enum):
38
""
"
39
aggr type
40
""
"
41
NEEDED =
'NEEDED'
42
NON_NEEDED =
'NON-NEEDED'
43
44
45
class
FilterType(Enum):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected