[
https://issues.apache.org/jira/browse/TINKERPOP-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471104#comment-17471104
]
Marc de Lignie edited comment on TINKERPOP-2680 at 1/8/22, 11:27 AM:
---------------------------------------------------------------------
Please clean up the description for this issue (I have no rights to modify it
myself). E.g.:
The Gremlin query language does not include a step to call procedures that are
unique to an implementation. Adding such a step allows implementations to
leverage Gremlin and offer a single interface for users to interact with the
systems comprising the implementation, such as storage and indexing backends.
With this feature we will create a step that allows implementations to pass on
requests to the implementation's inner services.
was (Author: hadoopmarc):
Please clean up the description for this (I have no rights to modify it
myself). E.g.:
The Gremlin query language does not include a step to call procedures that are
unique to an implementation. Adding such a step allows implementations to
leverage Gremlin and offer a single interface for users to interact with the
systems comprising the implementation, such as storage and indexing backends.
With this feature we will create a step that allows implementations to pass on
requests to the implementation's inner services.
> Create call() step to allow for calling procedures
> --------------------------------------------------
>
> Key: TINKERPOP-2680
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2680
> Project: TinkerPop
> Issue Type: Improvement
> Components: language, process
> Affects Versions: 3.5.1
> Reporter: Dave Bechberger
> Priority: Major
>
> One of the gaps in the Gremlin query language is a step that enables
> implemented to call procedures that are unique to that specific database.
> Adding this ability allows implementers to leverage Gremlin by enabling them
> to leverage it as a single interface for users to interact with the database
> without having to separate interfaces to handle database-specific operations.
>
> With this feature we will create a step that allows implementors to provide
> database specific functionality.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)