+1 for adding these ops to OQL On Tue, Feb 6, 2018 at 11:45 AM, Anilkumar Gingade <aging...@pivotal.io> wrote:
> +1 like the idea... > > On Tue, Feb 6, 2018 at 10:22 AM, Jason Huynh <jhu...@pivotal.io> wrote: > > > This is a proposal to add the ability to execute arithmetic operations on > > numeric fields in an OQL query. The corresponding jira ticket is: > > https://issues.apache.org/jira/browse/GEODE-4327 > > > > The operation symbols that will be added are mod, %, +, -, /, *. These > > will correspond to modulo, modulo, addition, subtraction, division, > > multiplication operations. > > > > There is an open PR for this at: https://github.com/apache/ > geode/pull/1316 > > >