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

Reply via email to