2024年7月10日

Java和Python接口调用Gremlin中的sack、filter语句

摘要: 场景: 该方法用于实现多跳路径查询,给定查询条件下的起始实体,找到目标实体类型的实体 命令行格式: g.withSack{[:]}{it.clone()}.V().hasLabel('start_label') .has('name', 'query').until(has('entity_type 阅读全文

posted @ 2024-07-10 10:46 sw-lab 阅读(11) 评论(0) 推荐(0)

导航