Function datafusion::logical_plan::concat [−][src]
pub fn concat(args: &[Expr]) -> Expr
Expand description
Concatenates the text representations of all the arguments. NULL arguments are ignored.
pub fn concat(args: &[Expr]) -> Expr
Concatenates the text representations of all the arguments. NULL arguments are ignored.