Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/zvec
/ parse
Method
parse
tests/db/sqlengine/fts_parser_test.cc:807–809 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
805
}
806
807
FtsAstNodePtr parse(const std::string &query) {
808
return parser_.parse(query, pipeline_);
809
}
810
811
static const TermNode &as_term(const FtsAstNode &node) {
812
EXPECT_EQ(node.type(), FtsNodeType::TERM);
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected