Skip to main content

concat_ws

Function concat_ws 

Source
pub fn concat_ws<'a, T: Into<ExprNode<'a>>, U: Into<ExprList<'a>>>(
    separator: T,
    exprs: U,
) -> ExprNode<'a>