aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/select/LogicalNodeTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Merge branch 'master' into balder/prepare-remove-visitor-orderingHenning Baldersheim2019-08-151-1/+0
|\
| * ArithmeticNode must propagate Result.INVALID.Henning Baldersheim2019-08-091-1/+0
* | Remove visitor ordering and order selection.Henning Baldersheim2019-08-091-5/+0
|/
* Transform the stack to a tree where also intermediate nodes are lazy.Henning Baldersheim2019-07-231-33/+70
* Add short circuit evaluation to the selection engine in java for AND and OR.Henning Baldersheim2019-07-221-2/+24
* Add test for failing short circuit of and.Henning Baldersheim2019-07-221-0/+67