Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ AggregationType
Class
AggregationType
common/enumeration/sql.py:28–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
28
class
AggregationType(Enum):
29
MAX =
'MAX'
30
MIN =
'MIN'
31
SUM =
'SUM'
32
AVG =
'AVG'
33
COUNT =
'COUNT'
34
NON =
'NON'
35
36
37
class
AggrType(Enum):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected