ABS - Mathematical
Calculates the absolute value of a number
Input parameters
| Name | Type | Optional | Description | 
|---|---|---|---|
x | 
      Number | False | Input Number | 
Output
| Number: | x | 
Usage
ABS(<x>)
Examples
Example 1
Query
LOAD tmp
AS ('': ABS(-25.5))
Result
25.5
Calculates the absolute value of a number
| Name | Type | Optional | Description | 
|---|---|---|---|
x | 
      Number | False | Input Number | 
| Number: | x | 
ABS(<x>)
LOAD tmp
AS ('': ABS(-25.5))
25.5