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

Method logging

src/adapter/src/session.rs:972–974  ·  view source on GitHub ↗

Returns a handle to the metadata for statement logging.

(&self)

Source from the content-addressed store, hash-verified

970
971 /// Returns a handle to the metadata for statement logging.
972 pub fn logging(&self) -> &Arc<QCell<PreparedStatementLoggingInfo>> {
973 &self.logging
974 }
975}
976
977/// A portal represents the execution state of a running or runnable query.

Callers 4

bindMethod · 0.80
sequence_executeMethod · 0.80
execute_stmtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected