Dmitriy Setrakyan created IGNITE-543:
----------------------------------------

             Summary: Query API changes
                 Key: IGNITE-543
                 URL: https://issues.apache.org/jira/browse/IGNITE-543
             Project: Ignite
          Issue Type: Improvement
          Components: cache
            Reporter: Dmitriy Setrakyan
            Assignee: Valentin Kulichenko
            Priority: Blocker
             Fix For: sprint-2


# We have 2 query methods, one for Query and another for SqlFieldsQuery types 
and this set can grow every time we add a new type of query. Let's us try to 
have just one query methods with return type specified as generic, like so: 
{{<T> QueryCursor<T> query(Query<T>)}}
# Remove localQuery methods in favor of Query.isLocal() flag. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to