Hello,
Can someone please log a feature request. This would be very useful feature
for everyone using SQL queries

On Fri, Apr 8, 2022 at 8:03 PM Surinder Mehra <redni...@gmail.com> wrote:

> Ok thanks for letting me know. Is there a guideline for raising feature
> request.
>
> On Fri, 8 Apr 2022, 18:10 Stephen Darlington, <
> stephen.darling...@gridgain.com> wrote:
>
>> 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
>>
>>
>>
>>

Reply via email to