[skip e2e] Add note for design doc (#13938)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-12-22 14:15:49 +08:00 committed by GitHub
parent 3adeac0887
commit dd5cfb2f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.