Fredrick Eisele created TINKERPOP-2697:
------------------------------------------
Summary: Create a `features-)` step
Key: TINKERPOP-2697
URL: https://issues.apache.org/jira/browse/TINKERPOP-2697
Project: TinkerPop
Issue Type: New Feature
Components: language
Affects Versions: 3.5.2
Reporter: Fredrick Eisele
Fix For: 3.5.3
There are some elements of the graph api which would be useful from the
graph-traversal api.
One such method is {*}graph.features(){*}.
This is something that a client should use frequently if they want to write
portable code.
see [https://tinkerpop.apache.org/docs/current/reference/#_features] for
current usage.
The new api would be {*}g.features(){*}.
The result would be serialized as a map of maps of boolean values.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)