vesoft-inc/nebula
GET SUBGRAPH support all edge types when direction specified
オープン
#5,687 opened on 2023/08/21
help wantedtype/feature req
Repository metrics
- Stars
- (9,828 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
Like a wildcard next to direction:
GET SUBGRAPH WITH PROP 1 STEPS FROM 1688491032213327872 OUT *
YIELD VERTICES AS nodes, EDGES AS relationships;