[skip e2e] Add note for design doc (#14037)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14046/head
groot 2021-12-23 10:49:11 +08:00 committed by GitHub
parent d7a81ceecd
commit b343a57784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ Currently, under `${core/query/visitors}` directory, there are following visitor
1. `ShowPlanNodeVisitor` prints PlanNode in json
2. `ShowExprVisitor` Expr -> json
3. `Verify...Visitor` validates ...
4. `ExtractInfo...Visitor` extracts info from... including involved_fields and else
4. `ExtractInfo...Visitor` extracts info from..., including involved_fields and else
5. `ExecExprVisitor` generates bitmask according to expression
6. `ExecPlanNodeVistor` physical plan executor only supports ANNS node for now