fn calculate_ascii<'a, V>(array: V) -> Result<ArrayRef, ArrowError>where V: StringArrayType<'a, Item = &'a str>,