Tommu10ve commented on issue #668:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/668#issuecomment-2934724030

   P.within(...) 用于判断集合属性中是否“存在任意一个”指定值,只要集合里有一个元素匹配就会返回该数据。例如,P.within("A", 
"B") 会匹配 tags 包含 "A" 或 "B" 的顶点。
   P.contains(...) 用于判断集合属性中是否“包含某个具体值”。如果集合中有该元素,则返回该数据。例如,P.contains("A") 
只会匹配 tags 包含 "A" 的顶点。
   关于以上 HugeGraph Java 客户端 K-neighbor API 中集合属性(set/list)的谓词过滤逻辑 案例以及运行结果提供给我?
   @dosu-bot Please help the user to answer the question
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to