sql2gremlin icon indicating copy to clipboard operation
sql2gremlin copied to clipboard

Section on projection to select fields from more than one node in traversal at same time.

Open ericdriggs opened this issue 3 years ago • 0 comments

Join selections are too trivial -- in real use cases you almost never only want to select a single property from a single node if you're joining.

e.g. https://www.datastax.com/blog/gremlin-recipes-2-sql-gremlin # V JOIN translation https://www.datastax.com/blog/gremlin-recipies-6-projection-selection # C. project(labels…).by(…)

ericdriggs avatar Nov 24 '20 15:11 ericdriggs