CBRT

This page describes the CBRT function in Lenses SQL.

CBRT(numExpr)

Returns the cube root of numExpr.

Available in:

ProcessorsSQL Studio

Sample code:

USE `kafka`;
SELECT 
    CBRT(integer),
    integer 
FROM numbers-data
LIMIT 1;

Output:

{
  "value": {
    "CBRT": "25.483906287370523",
    "integer": 16550
  }
}

Last updated

Logo

2024 © Lenses.io Ltd. Apache, Apache Kafka, Kafka and associated open source project names are trademarks of the Apache Software Foundation.