Builder‐style setter for `analyze`
(mut self, analyze: bool)
| 3237 | |
| 3238 | /// Builder‐style setter for `analyze` |
| 3239 | pub fn with_analyze(mut self, analyze: bool) -> Self { |
| 3240 | self.analyze = analyze; |
| 3241 | self |
| 3242 | } |
| 3243 | |
| 3244 | /// Builder‐style setter for `format` |
| 3245 | pub fn with_format(mut self, format: ExplainFormat) -> Self { |