16211622162316241625162616271628162916301631
} return ((ScalarExpression)args.get(1)).callMethod("indexOf", argscall).add(one); } else { expr = new AggregateExpression(qs); if (isDistinct) { ((AggregateExpression) expr).setDistinct(); }
804805806807808809810811812813814
if (!p.parseChar(')')) { throw new QueryCompilerSyntaxException("')' expected", p.getIndex(), p.getInput()); } } expr = new AggregateExpression(qs); if (isDistinct) { ((AggregateExpression)expr).setDistinct(); }