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> |
||
---|---|---|
.. | ||
AssertUtils.h | ||
Constants.h | ||
DataGen.h | ||
Distance.h | ||
GenExprProto.h | ||
PbHelper.h | ||
Timer.h | ||
TmpPath.h | ||
c_api_test_utils.h | ||
indexbuilder_test_utils.h | ||
storage_test_utils.h | ||
test_segcore.yaml |