mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add note for design doc (#13938)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/13958/head
parent
3adeac0887
commit
dd5cfb2f7c
|
@ -33,4 +33,4 @@ After obtaining the AST, the execution engine uses the visitor mode to explain a
|
|||
3. TermExpr: in expression `A in [1, 2, 3]`
|
||||
4. CompareExpr: compare expression `A > 1` `B <= 1`
|
||||
|
||||
3. TermExpr and CompareExpr are leaf nodes of execution
|
||||
3. TermExpr and CompareExpr are leaf nodes of execution.
|
||||
|
|
Loading…
Reference in New Issue