Set the session id.
(mut self, session_id: String)
| 1225 | |
| 1226 | /// Set the session id. |
| 1227 | pub fn with_session_id(mut self, session_id: String) -> Self { |
| 1228 | self.session_id = Some(session_id); |
| 1229 | self |
| 1230 | } |
| 1231 | |
| 1232 | /// Set the [`AnalyzerRule`]s optimizer plan rules. |
| 1233 | pub fn with_analyzer_rules( |