Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ DataType
Class
DataType
bmtools/tools/database/utils/database.py:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
9
class
DataType(IntEnum):
10
VALUE = 0
11
TIME = 1
12
CHAR = 2
13
14
AGGREGATE_CONSTRAINTS = {
15
DataType.VALUE.value: [
'count'
,
'max'
,
'min'
,
'avg'
,
'sum'
],
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected