OpenSearch/x-pack/plugin/sql
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
..
jdbc SQL: Change schema calls to empty set (#41034) 2019-04-10 13:14:12 +03:00
qa SQL: Implement IIF(<cond>, <result1>, <result2>) (#41420) 2019-04-23 16:31:25 +03:00
sql-action SQL: Add multi_value_field_leniency inside FieldHitExtractor (#40113) 2019-03-18 14:56:03 +02:00
sql-cli [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
sql-client SQL: Prefer resultSets over exceptions in metadata (#40641) 2019-04-08 16:45:34 +03:00
sql-proto SQL: Introduce SQL TIME data type (#39802) 2019-04-01 23:57:27 +02:00
src 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