Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-10959

[C++] Add scalar string join kernel

    XMLWordPrintableJSON

Details

    Description

      Similar to Python's str.join

      For example, if the separator were "-", this takes input:

      ListArray<list<item: string>>
      [
        ["foo","bar"],
        ["push","pop"]
      ]
      

      and returns output:

      Array<string>
      [ 
        "foo-bar",
        "push-pop"
      ] 
      

      Attachments

        Issue Links

          Activity

            People

              apitrou Antoine Pitrou
              maartenbreddels Maarten Breddels
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 5h 50m
                  5h 50m