character_length

Function character_length 

Source
fn character_length(args: &[ArrayRef]) -> Result<ArrayRef>
Expand description

Returns number of characters in the string. character_length(‘josé’) = 4 The implementation counts UTF-8 code points to count the number of characters