Skip to main content

text_concat_binary

Function text_concat_binary 

Source
fn text_concat_binary(
    a: &str,
    b: &str,
    temp_storage: &RowArena,
) -> Result<String, EvalError>