[skip e2e] Fix typo for design doc (#14567)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14601/head
groot 2021-12-30 12:21:46 +08:00 committed by GitHub
parent 2284c50c60
commit b24349a8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Visitor Pattern is used in segcore for parse and execute Execution Plan.
4. `LogicalBinaryExpr` support and/or
5. `LogicalUnaryExpr` support not
Currently, under `${core/query/visitors}` directory, there are following visitors:
Currently, under `${core/query/visitors}` directory, there are the following visitors:
1. `ShowPlanNodeVisitor` prints PlanNode in json
2. `ShowExprVisitor` Expr -> json
3. `Verify...Visitor` validates ...