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

Function ParseToExpression

src/db/index/segment/sql_expr_parser.cc:346–350  ·  view source on GitHub ↗

Public interface function

Source from the content-addressed store, hash-verified

344
345// Public interface function
346arrow::Result<Expression> ParseToExpression(
347 const std::string &sql_expr, const std::shared_ptr<arrow::Schema> &schema) {
348 Parser parser(sql_expr, schema);
349 return parser.Parse();
350}
351
352} // namespace zvec

Callers 2

add_columnMethod · 0.85
TEST_FFunction · 0.85

Calls 1

ParseMethod · 0.80

Tested by 1

TEST_FFunction · 0.68