Function datafusion::physical_plan::string_expressions::concat[][src]

pub fn concat(args: &[ColumnarValue]) -> Result<ColumnarValue>

Concatenates the text representations of all the arguments. NULL arguments are ignored. concat(‘abcde’, 2, NULL, 22) = ‘abcde222’