Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ execute
Method
execute
misc/python/materialize/mzexplore/sql.py:76–78 ·
view source on GitHub ↗
(self, statement: str)
Source
from the content-addressed store, hash-verified
74
yield
{key: val
for
key, val in zip(cols, row)}
75
76
def
execute(self, statement: str) -> None:
77
with
self.conn.cursor()
as
cursor:
78
cursor.execute(statement)
79
80
def
catalog_items(
81
self,
Callers
6
query_one
Method · 0.45
query_all
Method · 0.45
update_environment
Function · 0.45
sql
Method · 0.45
sql_query
Method · 0.45
_wait_for_pg
Function · 0.45
Calls
1
cursor
Method · 0.80
Tested by
no test coverage detected