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

Method extra_float_digits

src/sql/src/session/vars.rs:781–783  ·  view source on GitHub ↗

Returns the value of the `extra_float_digits` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

779
780 /// Returns the value of the `extra_float_digits` configuration parameter.
781 pub fn extra_float_digits(&self) -> i32 {
782 *self.expect_value(&EXTRA_FLOAT_DIGITS)
783 }
784
785 /// Returns the value of the `integer_datetimes` configuration parameter.
786 pub fn integer_datetimes(&self) -> bool {

Callers

nothing calls this directly

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected