You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2017/05/18 08:47:04 UTC

[jira] [Created] (IGNITE-5252) SqlFieldsQuery result set should expose fields metadata.

Andrew Mashenkov created IGNITE-5252:
----------------------------------------

             Summary: SqlFieldsQuery result set should expose fields metadata.
                 Key: IGNITE-5252
                 URL: https://issues.apache.org/jira/browse/IGNITE-5252
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.0
            Reporter: Andrew Mashenkov
            Assignee: Andrew Mashenkov
             Fix For: 2.1


Internal class QueryCursorImpl can contains fields metadata, but QueryCursor does not provide any method for this. So, the only way for user to get metadata is to cast result object to internal class.

We should extend QueryCursor in child interface and change IgniteCache.query() return type for SqlFieldsQueries.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)