R/duckdb-funs.R
unicode.Rd
Returns an INTEGER representing the unicode codepoint of the first character in the string.
INTEGER
unicode
string
unicode(string = VARCHAR)
VARCHAR
[unicode('âbcd'), unicode('â'), unicode(''), unicode(NULL)]