OPAL Misc Functions¶
Miscellaneous functions are those that do not fit in the other categories.
Function |
Description |
---|---|
Specify the ordering as ascending when processing data. |
|
Return the first non-null argument or null if all are null. |
|
Specify the ordering as descending when processing data. |
|
Generate a float representation of the argument value. |
|
Specify the approximate relative time frame for a window context. |
|
Specify the exact relative time frame for a window context. |
|
Specifies a cumulative time frame for a window context, where the frame is the current row through the end of the query frame. |
|
Specifies a cumulative time frame for a window context, where the frame is all the rows from the beginning of the current query |
|
Accepts a variable number of arguments of arbitrary types and returns a signed 64-bit hash of the values. |
|
Test if a condition is true or false. |
|
Return the second argument if the first argument has the null value. |
|
Generate an integer representation of the argument value. |
|
Select a metric of type tdigest for the align verb. |
|
Specify the ordering as nulls first when processing data. |
|
Specify the ordering as nulls last when processing data. |
|
Returns a null value of type numeric. |
|
|
|
Specify the ordering when processing data. |
|
Parses a string encoded hex number and returns an int64. |
|
Compute the length of an input string. |
|
Convert a JSON |
|
Returns a null value of type |
|
Calculates a quantile from a TDigest state. |
|
Returns a null value of type variant. |