TAN

This page describes the TAN function in Lenses SQL.

TAN (numExpr)

Returns the trigonometric tangent of an expression.

Available in:

ProcessorsSQL Studio

Sample code:

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

Output:

{
  "value": {
    "TAN": "0.09014387261790552",
    "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.