pub fn character_length<T: ArrowPrimitiveType>(
    args: &[ArrayRef]
) -> Result<ArrayRef> where
    T::Native: StringOffsetSizeTrait
Expand description

Returns number of characters in the string. character_length(‘josé’) = 4