mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci] Fix typo in segcore/visitor (#11868)
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
This commit is contained in:
parent
c8e2ecf994
commit
4de7e1cd03
@ -12,7 +12,7 @@ Visitor Pattern is used in segcore for parse and execute Execution Plan.
|
|||||||
5. `LogicalUnaryExpr` support not
|
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
|
1. `ShowPlanNodeVisitor` prints PlanNode in json
|
||||||
2. `ShowExprVisitor` Expr -> json
|
2. `ShowExprVisitor` Expr -> json
|
||||||
3. `Verify...Visitor` validates ...
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user