mirror of https://github.com/milvus-io/milvus.git
[skip ci] Check the syntax of query_boolean_expr md (#13554)
Signed-off-by: min.tian <min.tian.cn@gmail.com>pull/13466/head
parent
897ddbfd1a
commit
068bab30fc
|
@ -81,7 +81,7 @@ After syntax analysis, the following rules will be applied:
|
|||
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 a higher priority than the `or`/`||` operator.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue