Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run_and_detect_rust_incremental_build_failure
Function · 0.45
setup
Method · 0.45
do_copy
Method · 0.45
ingest
Function · 0.45
run_create_objects_part_1
Function · 0.45
_copy_chunk
Function · 0.45
_mysql_chunk
Function · 0.45
plot_timeseries_compare
Function · 0.45
_create_source_tarball
Function · 0.45
portforward
Function · 0.45
_execute
Method · 0.45
create_client
Function · 0.45
Calls
no outgoing calls
Tested by
1
churn_ddl
Method · 0.36