gremgo icon indicating copy to clipboard operation
gremgo copied to clipboard

Purpose of rebindings in Execute method

Open shan98 opened this issue 5 years ago • 1 comments

I've looked through Gremgo and Gremlin docs and i dont see a reference to "rebindings" and what their purpose is. Closest i could find is aliases for Graph and TraversalSource objects.

shan98 avatar Aug 27 '19 20:08 shan98

It was explained in 3.0.1-incubating version docs.

http://tinkerpop.apache.org/docs/3.0.1-incubating/#_rebinding

It has been renamed to aliases in TINKERPOP-913

https://issues.apache.org/jira/browse/TINKERPOP-913

Current document for aliases:

http://tinkerpop.apache.org/docs/current/reference/#_aliases

cyrilzh avatar Sep 19 '19 01:09 cyrilzh