| 39 | } |
| 40 | |
| 41 | FtsAstNodePtr parse(const std::string &query) { |
| 42 | return parser_.parse(query, pipeline_); |
| 43 | } |
| 44 | |
| 45 | // Overload for tests that need to specify the default operator explicitly. |
| 46 | FtsAstNodePtr parse(const std::string &query, FtsDefaultOperator default_op) { |
no outgoing calls
no test coverage detected