daft.expressions.expressions.ExpressionStringNamespace.concat#

ExpressionStringNamespace.concat(other: str) daft.expressions.expressions.Expression[source]#

Concatenates two string expressions together

Parameters

other (Expression) – a string expression to concatenate with

Returns

a String expression which is self concatenated with other

Return type

Expression