This page describes the EMAIL function in Lenses SQL.
EMAIL(emailExpr)Processors
SQL Studio
USE `kafka`;
SELECT
EMAIL(email) AS email_hidden,
email
FROM users-events
LIMIT 1;{
"value": {
"email_hidden": "B*****@hotmail.com",
"email": "[email protected]"
}
Last updated
Was this helpful?

