vesoft-inc/nebula

GET SUBGRAPH support all edge types when direction specified

Open

#5,687 opened on Aug 21, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (1,144 forks)batch import
help wantedtype/feature req

Repository metrics

Stars
 (9,828 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Like a wildcard next to direction:

GET SUBGRAPH WITH PROP 1 STEPS FROM 1688491032213327872 OUT * 
YIELD VERTICES AS nodes, EDGES AS relationships;

Contributor guide