Re: Ignite SQL Queries on Lists fields sorting

2017-07-04 Thread begineer
ok thank you -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-SQL-Queries-on-Lists-fields-sorting-tp14129p14305.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Ignite SQL Queries on Lists fields sorting

2017-06-28 Thread Andrey Mashenkov
Student that = (Student) o; > Objects.equals(id, that.id) && > Objects.equals(name, that.name) && > Objects.equals(subjectMarksList, that.subjectMarksList); > > hashcode() > > } > > > > > > > -- > View this message in cont

Ignite SQL Queries on Lists fields sorting

2017-06-28 Thread begineer
ls(id, that.id) && Objects.equals(name, that.name) && Objects.equals(subjectMarksList, that.subjectMarksList); hashcode() } -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-SQL-Queries-on-Lists-fields-sorting-tp14129.html Sent f