You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/09/09 18:26:06 UTC

[GitHub] [tinkerpop] spmallette opened a new pull request #1189: TINKERPOP-2284 Added elementMap() step

spmallette opened a new pull request #1189: TINKERPOP-2284 Added elementMap() step
URL: https://github.com/apache/tinkerpop/pull/1189
 
 
   https://issues.apache.org/jira/browse/TINKERPOP-2284
   
   Given that we only return reference objects for graph elements now, there is a lot of extra `project()`/`valueMap()` work to do for the simple and common need to return all the structure of a graph element. `elementMap()` simplifies all that to a single step without a ton of options and added features.
   
   All tests pass with `docker/build.sh -t -i`
   
   VOTE +1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services