fn character_length(args: &[ArrayRef]) -> Result<ArrayRef>
Returns number of characters in the string. character_length(‘josé’) = 4 The implementation counts UTF-8 code points to count the number of characters