mirror of https://github.com/milvus-io/milvus.git
issue: #39541 This PR implements random sample, the syntax is: ``` filter="random_sample(factor)" or filter="boolean_expression && random_sample(factor)" where factor is a float between (0, 1) and boolean_expression is like "1 <= number < 10", "color in ["read, "blue"]" or others ``` --------- Signed-off-by: SpadeA-Tang <tangchenjie1210@gmail.com> Signed-off-by: SpadeA <tangchenjie1210@gmail.com> |
||
---|---|---|
.. | ||
Plan.interp | ||
Plan.tokens | ||
PlanLexer.interp | ||
PlanLexer.tokens | ||
plan_base_visitor.go | ||
plan_lexer.go | ||
plan_parser.go | ||
plan_visitor.go |