Re: Ginq enhancement?

2025-06-20 Thread Per Nyfelt
Hi Daniel, I was obviously not phrasing my question well. Let me give it another go: Given two list of objects: import java.time.* class Employee {   String mainSsn   String coSsn   String firstName   BigDecimal salary   LocalDate startDate } class Identifier {   String customerId   String le

Re: Ginq enhancement?

2025-06-20 Thread Daniel Sun
Hi Per, You can find the `leftjoin` usage here: https://github.com/apache/groovy/blob/b046d1b2bcbbddd59ea3d6abdf5de24a671ce51a/subprojects/groovy-ginq/src/spec/test/org/apache/groovy/ginq/GinqTest.groovy#L763 Cheers, Daniel Sun On 2025/06/17 20:46:35 Per Nyfelt wrote: > Hi, > > I ran into a a