You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2015/10/09 17:48:26 UTC

[jira] [Commented] (IGNITE-1647) CPP: Implement SqlFieldQuery

    [ https://issues.apache.org/jira/browse/IGNITE-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950576#comment-14950576 ] 

Igor Sapego commented on IGNITE-1647:
-------------------------------------

Following implementation is proposed:
1. New class {{SqlFiledsQuery}}.
2. New method for Cache class: {{QueryFieldsCursor Query(const SqlFiledsQuery&)}}.
3. New class {{QueryFieldsCursor}} with method {{FieldsRow GetNext()}}.
4. New class {{FieldsRow}} with methods {{T GetNext()}} and {{bool HasNext()}}.

> CPP: Implement SqlFieldQuery
> ----------------------------
>
>                 Key: IGNITE-1647
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1647
>             Project: Ignite
>          Issue Type: Task
>          Components: interop
>    Affects Versions: 1.1.4
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>             Fix For: 1.5
>
>
> Need to decide on interface of the SqlFieldQuery class in C++ and implement it.



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