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:55:00 UTC

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

     [ https://issues.apache.org/jira/browse/TINKERPOP-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stephen mallette updated TINKERPOP-2234:
----------------------------------------
    Description: 
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}


See the linked DISCUSS thread for more information.

  was:
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


> 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
>            Priority: Major
>
> 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}
> See the linked DISCUSS thread for more information.



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