Fix typo in visitor.md (#11825)

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
pull/11846/head
Jael Gu 2021-11-15 19:49:52 +08:00 committed by GitHub
parent ea732320f7
commit be99f6fc95
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 following visitors:
1. `ShowPlanNodeVisitor` print PlanNode in json
2. `ShowExprVisitor` Expr -> json
3. `Verify...Visitor` validate ...