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

Method intervalstyle

src/sql/src/session/vars.rs:791–793  ·  view source on GitHub ↗

Returns the value of the `intervalstyle` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

789
790 /// Returns the value of the `intervalstyle` configuration parameter.
791 pub fn intervalstyle(&self) -> &IntervalStyle {
792 self.expect_value(&INTERVAL_STYLE)
793 }
794
795 /// Returns the value of the `mz_version` configuration parameter.
796 pub fn mz_version(&self) -> String {

Callers

nothing calls this directly

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected