Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ __init__
Method
__init__
evaluation/test-suite-sql-eval/process_sql.py:52–54 ·
view source on GitHub ↗
(self, schema)
Source
from the content-addressed store, hash-verified
50
Simple schema which maps table&column to a unique identifier
51
""
"
52
def
__init__(self, schema):
53
self._schema = schema
54
self._idMap = self._map(self._schema)
55
56
@property
57
def
schema(self):
Callers
nothing calls this directly
Calls
1
_map
Method · 0.95
Tested by
no test coverage detected