mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix typo for design doc (#14567)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/14601/head
parent
2284c50c60
commit
b24349a8d8
|
@ -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 ...
|
||||
|
|
Loading…
Reference in New Issue