Skip to main content

from_codepoint

Function from_codepoint 

Source
pub fn from_codepoint<T>(
    arg: impl IntoExpr<T>,
) -> Expr<<T as CodepointExpr>::Output>
where T: CodepointExpr,
Expand description

Returns the character for an integer code point. PostgreSQL rejects zero and invalid code points. Other multibyte encodings accept only ASCII characters. Maps to PostgreSQL CHR, which interprets Unicode code points with UTF8.