You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by pieter <pi...@gmail.com> on 2015/08/03 19:19:54 UTC

RE: P.between

Hi,

Looking at P.between it implements it with a Compare.gte and Compare.lt

Is there a reason it is asymmetrical and not Compare.gt and Compare.lt  ?

Thanks
Pieter

Re: P.between

Posted by Daniel Kuppitz <me...@gremlin.guru>.
Historical reasons. Matthias wanted it to match the old .interval() step.

Cheers,
Daniel


On Mon, Aug 3, 2015 at 7:19 PM, pieter <pi...@gmail.com> wrote:

> Hi,
>
> Looking at P.between it implements it with a Compare.gte and Compare.lt
>
> Is there a reason it is asymmetrical and not Compare.gt and Compare.lt  ?
>
> Thanks
> Pieter
>