aboutsummaryrefslogtreecommitdiffstats
path: root/indexinglanguage/src/main/java/com/yahoo/vespa/indexinglanguage/expressions/ChoiceExpression.java
Commit message (Expand)AuthorAgeFilesLines
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-121-2/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Return the expected outputJon Bratseth2023-09-271-2/+2
* Resolve parent before childrenJon Bratseth2023-04-141-1/+1
* Replace reflection by visitorJon Bratseth2023-03-311-0/+6
* Improve error messagesJon Bratseth2023-01-231-2/+2
* Add headersJon Bratseth2023-01-231-0/+1
* Support choice expressionsJon Bratseth2023-01-201-0/+87