SIN
This page describes the SIN function in Lenses SQL.
SIN(numExpr)Processors
SQL Studio
USE `kafka`;
SELECT
SIN(float),
float
FROM numbers-data
LIMIT 1;{
"value": {
"SIN": "0.991376280840553",
"float": 95.95
}
}Last updated
Was this helpful?

