That would be a nice feature but I don’t think it’s currently possible. It may 
be worth creating a feature request ticket. 

> On 8 Apr 2022, at 13:30, Surinder Mehra <redni...@gmail.com> wrote:
> 
> Hi, 
> I was going through the below example and have a question if we can get 
> fields using field names from query results.
> like "select name as person_name, p.age as person_age from Person p"
> It would return List<List?>. The inner list is each person row returned with 
> results as per order in sql query. While this works fine but I was wondering 
> if we can fetch row fields by name just like Oracle sql query rowMapper
> 
> https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/sql/SqlDmlExample.java
>  
> <https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/sql/SqlDmlExample.java>
>  

Reply via email to