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

Method statement_timeout

src/sql/src/session/vars.rs:827–829  ·  view source on GitHub ↗

Returns the value of the `statement_timeout` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

825
826 /// Returns the value of the `statement_timeout` configuration parameter.
827 pub fn statement_timeout(&self) -> &Duration {
828 self.expect_value(&STATEMENT_TIMEOUT)
829 }
830
831 /// Returns the value of the `idle_in_transaction_session_timeout` configuration parameter.
832 pub fn idle_in_transaction_session_timeout(&self) -> &Duration {

Callers 3

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected