MCPcopy Create free account
hub / github.com/alibaba/zvec / parse

Method parse

tests/db/sqlengine/fts_parser_test.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers 9

build_fts_index_paramsFunction · 0.45
parse_jsonl_lineFunction · 0.45
TESTFunction · 0.45
search_okFunction · 0.45
search_ok_with_filterFunction · 0.45
TEST_FFunction · 0.45
search_str_okFunction · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected