Skip to main content

concat_str

Function concat_str 

Source
pub fn concat_str(
    inputs: Vec<Expr>,
    separator: impl Into<String>,
    null_behavior: ConcatStrNullBehavior,
) -> Result<Expr>
Expand description

Expression AST and supporting enums. Construct a concat_str expression from two or more UTF-8 expressions.