Based on the oql.g file I think it would but I can add some tests to be sure
On Tue, Feb 6, 2018 at 2:04 PM Anthony Baker <aba...@pivotal.io> wrote: > Will the OQL engine obey operator precedence rules? > > Anthony > > > > On 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 > >