concat_elements

Function concat_elements 

Source
fn concat_elements(
    left: Arc<dyn Array>,
    right: Arc<dyn Array>,
) -> Result<ArrayRef>