MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / close

Method close

misc/python/materialize/optbench/sql.py:100–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 self.dialect = Dialect.MZ if "Materialize" in self.version() else Dialect.PG
99
100 def close(self) -> None:
101 self.conn.close()
102
103 def version(self) -> str:
104 result = self.query_one("SELECT version()")

Callers 14

setupMethod · 0.45
do_copyMethod · 0.45
ingestFunction · 0.45
_copy_chunkFunction · 0.45
_mysql_chunkFunction · 0.45
plot_timeseries_compareFunction · 0.45
_create_source_tarballFunction · 0.45
portforwardFunction · 0.45
_executeMethod · 0.45
create_clientFunction · 0.45

Calls

no outgoing calls

Tested by 1

churn_ddlMethod · 0.36