Set the graph expression
(mut self, graph_expr: Option<GraphExpression>)
| 76 | |
| 77 | /// Set the graph expression |
| 78 | pub fn with_graph_expr(mut self, graph_expr: Option<GraphExpression>) -> Self { |
| 79 | self.graph_expr = graph_expr; |
| 80 | self |
| 81 | } |
| 82 | |
| 83 | /// Set the query text for audit |
| 84 | pub fn with_query_text(mut self, query_text: Option<String>) -> Self { |