[DOCS] Remove Wikipedia link from `SUM_OF_SQUARES` SQL function docs (#52398)
Removed the link to Wikipedia as the function is not calculating the sum of squares in this way. More can be found here at this issue: https://github.com/elastic/elasticsearch/issues/50416
This commit is contained in:
parent
0df329dde7
commit
99409e8c95
|
@ -616,7 +616,7 @@ SUM_OF_SQUARES(field_name) <1>
|
||||||
|
|
||||||
*Description*:
|
*Description*:
|
||||||
|
|
||||||
Returns the https://en.wikipedia.org/wiki/Total_sum_of_squares[sum of squares] of input values in the field `field_name`.
|
Returns the sum of squares of input values in the field `field_name`.
|
||||||
|
|
||||||
["source","sql",subs="attributes,macros"]
|
["source","sql",subs="attributes,macros"]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue