Returns the `statement_logging_max_sample_rate` configuration parameter.
(&self)
| 2233 | |
| 2234 | /// Returns the `statement_logging_max_sample_rate` configuration parameter. |
| 2235 | pub fn statement_logging_max_sample_rate(&self) -> Numeric { |
| 2236 | *self.expect_value(&STATEMENT_LOGGING_MAX_SAMPLE_RATE) |
| 2237 | } |
| 2238 | |
| 2239 | /// Returns the `statement_logging_default_sample_rate` configuration parameter. |
| 2240 | pub fn statement_logging_default_sample_rate(&self) -> Numeric { |
no test coverage detected