vesoft-inc/nebula
GET SUBGRAPH support all edge types when direction specified
开放
#5,687 创建于 2023年8月21日
help wantedtype/feature req
仓库指标
- 星标
- (9,828 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Like a wildcard next to direction:
GET SUBGRAPH WITH PROP 1 STEPS FROM 1688491032213327872 OUT *
YIELD VERTICES AS nodes, EDGES AS relationships;