You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2019/06/04 11:54:00 UTC

[jira] [Created] (TINKERPOP-2234) Introduce Type Predicate

stephen mallette created TINKERPOP-2234:
-------------------------------------------

             Summary: Introduce Type Predicate
                 Key: TINKERPOP-2234
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2234
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
    Affects Versions: 3.4.2
            Reporter: stephen mallette


Provide for a {{typeOf()}} predicate that allows for testing the type of an object which would enable neat things like:

{code}
g.V().outE().has('weight',gt(0.1)).inV().path().unfold().is(typeOf(VERTEX))
{code}


https://lists.apache.org/thread.html/943677e5ffabbdf25e7c5319b927830870d84445f83f9d7cdb3fa02f@%3Cdev.tinkerpop.apache.org%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)