Details
Description
concat(string|binary A, string|binary B...): string / binary
Returns the string or bytes resulting from concatenating the strings or bytes passed in as parameters in order. For example, concat('foo', 'bar') results in 'foobar'. Note that this function can take any number of input strings.
Attachments
Issue Links
- is duplicated by
-
SPARK-5215 concat support in sqlcontext
- Resolved
- links to