MCPcopy 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_oneMethod · 0.45
query_allMethod · 0.45
update_environmentFunction · 0.45
sqlMethod · 0.45
sql_queryMethod · 0.45
_wait_for_pgFunction · 0.45

Calls 1

cursorMethod · 0.80

Tested by

no test coverage detected