pub fn apply_str_str<T>(
lhs: &Arc<StringArray<T>>,
rhs: &Arc<StringArray<T>>,
) -> Result<StringArray<T>, KernelError>where
T: Integer,Expand description
Generic string concatenation for both String32 and String64 arrays
pub fn apply_str_str<T>(
lhs: &Arc<StringArray<T>>,
rhs: &Arc<StringArray<T>>,
) -> Result<StringArray<T>, KernelError>where
T: Integer,Generic string concatenation for both String32 and String64 arrays