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

Method integer_datetimes

src/sql/src/session/vars.rs:786–788  ·  view source on GitHub ↗

Returns the value of the `integer_datetimes` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

784
785 /// Returns the value of the `integer_datetimes` configuration parameter.
786 pub fn integer_datetimes(&self) -> bool {
787 *self.expect_value(&INTEGER_DATETIMES)
788 }
789
790 /// Returns the value of the `intervalstyle` configuration parameter.
791 pub fn intervalstyle(&self) -> &IntervalStyle {

Callers

nothing calls this directly

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected