aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/ReduceJoin.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Use equals when comparing Optional<Long>Henning Baldersheim2023-09-131-1/+0
* Build with jdk20Jon Bratseth2023-04-171-1/+1
* join dimensions must equal common dimensions for optimizationArne Juul2023-03-161-0/+2
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-3/+2
* Compute hash without serializing to stringJon Bratseth2022-03-011-0/+6
* Resolve slice dimensionJon Bratseth2022-02-161-3/+5
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Pull name upJon Bratseth2019-11-271-2/+2
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-271-12/+12
* use same rules for cell value type resolving as C++Arne Juul2019-08-201-2/+1
* Add tensor value typeJon Bratseth2019-04-031-1/+2
* Non-functional changesLester Solbakken2018-09-291-50/+56
* Add reduce-join optimization in JavaLester Solbakken2018-09-281-0/+366