[skip ci] Add note for design doc (#12938)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/12710/head
groot 2021-12-08 10:43:04 +08:00 committed by GitHub
parent 090c0f2cfb
commit 2ff12577a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -78,10 +78,10 @@ After syntax analysis, the following rules will be applied:
1. non-vector column must exist in Schema.
2. CompareExpr/TermExpr requires operand type matching.
3. CompareExpr between non-vector columns of different types is available
3. CompareExpr between non-vector columns of different types is available.
4. The modulo operation requires all operands to be integers.
5. Integer columns can only match integer operands. While float columns can match both integer and float operands.
6. In BinaryOp, the `and`/`&&` operator has higher priority than the `or`/`||` operator
6. In BinaryOp, the `and`/`&&` operator has higher priority than the `or`/`||` operator.
example