[ 
https://issues.apache.org/jira/browse/IGNITE-18698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Tupitsyn updated IGNITE-18698:
------------------------------------
    Description: Implement a new API to map SQL results to objects.  (was: 
Table API provides object mapping capabilities:

{code:c#}
IRecordView<Person> mappedView = Table.GetRecordView<Person>();
Person res = await mappedView.GetAsync(...);
{code}

This is cleaner and more efficient than working with *IgniteTuple*s (less 
allocations and type casts).

Implement similar functionality for SQL API - see *ISql.ExecuteAsync<T>*.
)

> С++ 3.0: SQL ResultSet object mapping
> -------------------------------------
>
>                 Key: IGNITE-18698
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18698
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Igor Sapego
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> Implement a new API to map SQL results to objects.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to