milvus/internal/proxynode
FluorineDog 88f5642603
Add plan proto and support basic boolean expr parser (#5088)
**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
2021-04-29 08:48:06 +00:00
..
condition_test.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
condition.go Add copyright annotations to proxynode and proxyservice 2021-04-19 10:09:43 +08:00
conf_adapter_mgr_test.go Add copyright annotations to proxynode and proxyservice 2021-04-19 10:09:43 +08:00
conf_adapter_mgr.go Add copyright annotations to proxynode and proxyservice 2021-04-19 10:09:43 +08:00
conf_adapter_test.go Add copyright annotations to proxynode and proxyservice 2021-04-19 10:09:43 +08:00
conf_adapter.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
impl.go Add get index build progress interface implementation (#5067) 2021-04-28 03:15:28 +00:00
index_type.go Add copyright annotations to proxynode and proxyservice 2021-04-19 10:09:43 +08:00
insert_channels_test.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
insert_channels.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
meta_cache_test.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
meta_cache.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
paramtable.go Remove useless config (#4997) 2021-04-23 10:10:46 +08:00
plan_parser_test.go Add plan proto and support basic boolean expr parser (#5088) 2021-04-29 08:48:06 +00:00
plan_parser.go Add plan proto and support basic boolean expr parser (#5088) 2021-04-29 08:48:06 +00:00
proxy_node.go Remove useless config (#4997) 2021-04-23 10:10:46 +08:00
repack_func.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
segment.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
task_scheduler.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
task.go Add plan proto and support basic boolean expr parser (#5088) 2021-04-29 08:48:06 +00:00
timetick.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
util_test.go Add plan proto and support basic boolean expr parser (#5088) 2021-04-29 08:48:06 +00:00
util.go Add plan proto and support basic boolean expr parser (#5088) 2021-04-29 08:48:06 +00:00
validate_util_test.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
validate_util.go Rename module (#4988) 2021-04-22 14:45:57 +08:00