-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(interactive): Support Join of Path Expand in Compiler & Runtime (#…
…3747) This PR mainly supports `join` of path expand, and the main features implemented on the compiler side include: 1. Splitting path_expand and tagging the split left and right paths with different aliases respectively. 2. After completing the path join, in order to ensure the consistency of the data model with the original path, an `ARRAY_CONCAT` operation is added to connect the left and right paths, and the path after `CONCAT` is tagged with the original alias. 3. Add end-to-end tests (gremlin & cypher) for st-path to verify the correctness of the compiler and runtime functionality implementations. --------- Co-authored-by: bingqing.lbq <[email protected]> Co-authored-by: Zhang Lei <[email protected]> Co-authored-by: Longbin Lai <[email protected]>
- Loading branch information
1 parent
ee675e1
commit 7fa1d09
Showing
26 changed files
with
1,255 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.