Skip to main content

apply_str_str

Function apply_str_str 

Source
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