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)