daft.expressions.StringMethodAccessor.concat#

StringMethodAccessor.concat(other: Any) daft.expressions.CallExpression[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

CallExpression