Apache Pinot Docs
latest
Ask or search…
K
Comment on page

codepoint

This section contains reference documentation for the CODEPOINT function.
the Unicode codepoint of the first character of the string

Signature

CODEPOINT(col)

Usage Examples

SELECT CODEPOINT('Apache Pinot') AS value
FROM ignoreMe
value
65
Last modified 1yr ago