mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Check the syntax of query_boolean_expr md (#14708)
Signed-off-by: min.tian <min.tian.cn@gmail.com>pull/14703/head
parent
e46227c1f1
commit
f029a4f863
|
@ -72,7 +72,7 @@ IDENTIFIER := 列名
|
|||
Tips:
|
||||
|
||||
1. NIL represents an empty string, which means there is no Predicate for Expr.
|
||||
2. Gramma is described by EBNF syntax,expressions that may be omitted or repeated are represented through curly braces `{...}`.
|
||||
2. Gramma is described by EBNF syntax, expressions that may be omitted or repeated are represented through curly braces `{...}`.
|
||||
|
||||
After syntax analysis, the following rules will be applied:
|
||||
|
||||
|
|
Loading…
Reference in New Issue