Function datafusion_physical_expr::string_expressions::concat
source · pub fn concat(args: &[ColumnarValue]) -> Result<ColumnarValue>
Expand description
Concatenates the text representations of all the arguments. NULL arguments are ignored. concat(‘abcde’, 2, NULL, 22) = ‘abcde222’