chr

Function chr 

Source
pub fn chr(args: &[Arc<dyn Array>]) -> Result<Arc<dyn Array>, DataFusionError>
Expand description

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