Skip to content

Commit 0f3e4f6

Browse files
committed
fix docs
1 parent 907bff1 commit 0f3e4f6

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/math

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/math/CopySign.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* <p>
3636
* The output of this function is the MAGNITUDE with the SIGN from `sign` applied to it.
3737
* For that reason, we cast the SIGN to DOUBLE, which is the most general numeric type,
38-
* and allows us to write a single check (<0 or >=0) for all possible types of `sign`.
38+
* and allows us to write a single check for all possible types of `sign`.
3939
* However, the output type of this function is determined by the `magnitude` type.
4040
*/
4141
public class CopySign extends EsqlScalarFunction {

0 commit comments

Comments
 (0)