mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
88f5642603
**What type of PR is this?** - [x] Feature **What this PR does / why we need it:** This PR supports boolean expression as DSL. 1. The goal of this PR is to support predicates like `A > 3 && not B < 5 or C in [1, 2, 3]`. 2. Defines `plan.proto`, as Intermediate Representation (IR) used between go and cpp. 3. Support expr parser, convert predicate expr to IR in proxynode, while doing static check there 4. Support IR to AST in cpp, enable the execution |
||
---|---|---|
.. | ||
condition_test.go | ||
condition.go | ||
conf_adapter_mgr_test.go | ||
conf_adapter_mgr.go | ||
conf_adapter_test.go | ||
conf_adapter.go | ||
impl.go | ||
index_type.go | ||
insert_channels_test.go | ||
insert_channels.go | ||
meta_cache_test.go | ||
meta_cache.go | ||
paramtable.go | ||
plan_parser_test.go | ||
plan_parser.go | ||
proxy_node.go | ||
repack_func.go | ||
segment.go | ||
task_scheduler.go | ||
task.go | ||
timetick.go | ||
util_test.go | ||
util.go | ||
validate_util_test.go | ||
validate_util.go |