View on GitHub

JODA - JSON On Demand Analysis

Efficient data wrangling for semi-structured JSON documents

SQRT - Mathematical

Calculates the square root of x

Input parameters

Name Type Optional Description
x Number False  

Output

Number: √x

Usage

SQRT(<x>)

Examples

Example 1

Query

LOAD tmp
AS ('': SQRT(16))

Result

4.0

Example 2

Query

LOAD tmp
AS ('': SQRT(42))

Result

6.48074069840786