You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2017/10/09 16:26:00 UTC

[jira] [Created] (TINKERPOP-1797) LambdaRestrictionStrategy and LambdaMapStep in `by()`-modulation.

Marko A. Rodriguez created TINKERPOP-1797:
---------------------------------------------

             Summary: LambdaRestrictionStrategy and LambdaMapStep in `by()`-modulation.
                 Key: TINKERPOP-1797
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1797
             Project: TinkerPop
          Issue Type: Bug
          Components: process
    Affects Versions: 3.2.6
            Reporter: Marko A. Rodriguez
            Assignee: Marko A. Rodriguez


{code}
gremlin> g.V().groupCount().by(label).order(local).by(values)
The provided step contains a lambda comparator: OrderLocalStep([[[LambdaMapStep(values)@[~gremlin.incidentToAdjacent, ~gremlin.pathRetraction]], incr]])
Type ':help' or ':h' for help.
Display stack trace? [yN]
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)