You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Daniel Kuppitz <me...@gremlin.guru> on 2015/02/05 23:27:01 UTC

[TinkerPop3] coalesce()-step

Ladies and Gentlemen,

we've just added another step: coalesce(). Most of you may know what it
does as it exists in many query languages and programming languages
(unfortunately Java still doesn't have a coalesce operator).

For those who don't know what coalesce does: It evaluates an arbitrary
number of given traversals* in order* and returns the first traversal that
emits at least one element.

Find the docs with a few code samples here:
    http://www.tinkerpop.com/docs/3.0.0-SNAPSHOT/#coalesce-step

Cheers,
Daniel

Re: [TinkerPop] [TinkerPop3] coalesce()-step

Posted by Nikolas Everett <ni...@gmail.com>.
Hurrah!
On Feb 5, 2015 5:27 PM, "Daniel Kuppitz" <me...@gremlin.guru> wrote:

> Ladies and Gentlemen,
>
> we've just added another step: coalesce(). Most of you may know what it
> does as it exists in many query languages and programming languages
> (unfortunately Java still doesn't have a coalesce operator).
>
> For those who don't know what coalesce does: It evaluates an arbitrary
> number of given traversals* in order* and returns the first traversal
> that emits at least one element.
>
> Find the docs with a few code samples here:
>     http://www.tinkerpop.com/docs/3.0.0-SNAPSHOT/#coalesce-step
>
> Cheers,
> Daniel
>
> --
> You received this message because you are subscribed to the Google Groups
> "Gremlin-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gremlin-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/gremlin-users/CA%2Bf9seWZEtrhpOk1GqpKcfTpHj-9%3D5oH_Aog%3DOe3EJwA9%3Dg2%2Bw%40mail.gmail.com
> <https://groups.google.com/d/msgid/gremlin-users/CA%2Bf9seWZEtrhpOk1GqpKcfTpHj-9%3D5oH_Aog%3DOe3EJwA9%3Dg2%2Bw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>