chr

Function chr 

Source
pub fn chr(args: &[ArrayRef]) -> Result<ArrayRef>
Available on crate feature string_expressions only.
Expand description

Returns the character with the given code. chr(65) = ‘A’