OpenSearch/x-pack/plugin/sql/qa
Marios Trivyzas e991175776
SQL: Implement IIF(<cond>, <result1>, <result2>) (#41420)
Implement a more trivial case of the CASE expression which is
expressed as a traditional function with 2 or 3 arguments. e.g.:

IIF(a = 1, 'one', 'many')
IIF(a > 0, 'positive')
Closes: #40917

(cherry picked from commit add02f4f553ad472026dcc1eaa84245a0558a4b0)
2019-04-23 16:31:25 +03:00
..
multi-node Define constants for REST requests endpoints in tests (#37610) 2019-01-22 10:01:51 +02:00
security SQL: fix *SecurityIT tests by covering edge case scenarios when audit file rolls over at midnight (#41328) 2019-04-18 21:24:18 +03:00
single-node SQL: Fix catalog filtering in SYS COLUMNS (#40583) 2019-04-09 18:44:27 +03:00
src/main SQL: Implement IIF(<cond>, <result1>, <result2>) (#41420) 2019-04-23 16:31:25 +03:00
build.gradle [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00