408409410411412413414415416417
result = NumberComparator.toNumber(token); } if (result == null) { // shouldn't happen since only "NULL" is parsed as null. throw new QueryParserException("Could not parse operand: " + token); } return result; }