|
@@ -275,7 +275,7 @@ ip_prefix |Truncates an IP to a given prefix length.
|
|
|
least |Returns the minimum value from multiple columns. This is similar to <<esql-mv_min>> except it is intended to run on multiple columns at once.
|
|
|
left |Returns the substring that extracts 'length' chars from 'string' starting from the left.
|
|
|
length |Returns the character length of a string.
|
|
|
-locate |Returns an integer that indicates the position of a keyword substring within another string
|
|
|
+locate |Returns an integer that indicates the position of a keyword substring within another string.
|
|
|
log |Returns the logarithm of a value to a base. The input can be any numeric value, the return value is always a double. Logs of zero, negative numbers, and base of one return `null` as well as a warning.
|
|
|
log10 |Returns the logarithm of a value to base 10. The input can be any numeric value, the return value is always a double. Logs of 0 and negative numbers return `null` as well as a warning.
|
|
|
ltrim |Removes leading whitespaces from a string.
|
|
@@ -320,7 +320,7 @@ st_within |Returns whether the first geometry is within the second geometry.
|
|
|
st_x |Extracts the `x` coordinate from the supplied point. If the points is of type `geo_point` this is equivalent to extracting the `longitude` value.
|
|
|
st_y |Extracts the `y` coordinate from the supplied point. If the points is of type `geo_point` this is equivalent to extracting the `latitude` value.
|
|
|
starts_with |Returns a boolean that indicates whether a keyword string starts with another string.
|
|
|
-substring |Returns a substring of a string, specified by a start position and an optional length
|
|
|
+substring |Returns a substring of a string, specified by a start position and an optional length.
|
|
|
sum |The sum of a numeric field.
|
|
|
tan |Returns the {wikipedia}/Sine_and_cosine[Tangent] trigonometric function of an angle.
|
|
|
tanh |Returns the {wikipedia}/Hyperbolic_functions[Tangent] hyperbolic function of an angle.
|
|
@@ -351,7 +351,7 @@ to_unsigned_lo|Converts an input value to an unsigned long value. If the input p
|
|
|
to_upper |Returns a new string representing the input string converted to upper case.
|
|
|
to_ver |Converts an input string to a version value.
|
|
|
to_version |Converts an input string to a version value.
|
|
|
-top |Collects the top values for a field. Includes repeated values.
|
|
|
+top |Collects the top values for a field. Includes repeated values.
|
|
|
trim |Removes leading and trailing whitespaces from a string.
|
|
|
values |Collect values for a field.
|
|
|
weighted_avg |The weighted average of a numeric field.
|