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

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/13958/head
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
1 changed files with 1 additions and 1 deletions

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.