Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-378

Implement concat_ws function.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.8.0, 0.9.0
    • 0.8.0, 0.9.0
    • Function/UDF
    • None

    Description

      This function's definition is, concat_ws(sep text, str "any" [, str "any" [, ...] ]).
      For example, concat_ws(',', 'abcde', 2, NULL, 22)'s result is abcde,2,22.
      Detailed description is "Concatenate all but first arguments with separators. The first parameter is used as a separator. NULL arguments are ignored.".

      Attachments

        1. TAJO-378.patch
          4 kB
          Seungun Choe
        2. TAJO-378_1.patch
          4 kB
          Seungun Choe
        3. TAJO-378_2.patch
          4 kB
          Seungun Choe
        4. TAJO-378_3.patch
          4 kB
          Seungun Choe
        5. TAJO-378_4.patch
          4 kB
          Seungun Choe

        Activity

          People

            seungunchoe Seungun Choe
            seungunchoe Seungun Choe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: