We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61aa123 commit 095210cCopy full SHA for 095210c
x-pack/plugin/esql/qa/testFixtures/src/main/resources/math.csv-spec
@@ -1844,9 +1844,11 @@ emp_no:integer | l1:double | l2:double
1844
;
1845
1846
copySignWithMixedNumericValues
1847
+required_capability: mixed_numeric_types_in_case_greatest_least
1848
+
1849
ROW a = 1.0, b = -2.0
-| EVAL c = COPY_SIGN(a, b)
-| EVAL d = COPY_SIGN(b, a)
1850
+| EVAL c = copy_sign(a, b)
1851
+| EVAL d = copy_sign(b, a)
1852
1853
1854
a:double | b:double | c:double | d:double
0 commit comments