Apache Pinot Docs
latest
Search
⌃K

length

This section contains reference documentation for the length function.
calculate length of the string

Signature

LENGTH(col)

Usage Examples

SELECT length('Pinot') AS value
FROM ignoreMe
value
5
Last modified 1yr ago