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

[C++][Compute] Add support for string binary transforms

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Abandoned
    • None
    • 6.0.0
    • None

    Description

      Add kernel exec generator for string binary functions (similar to StringTransformExecBase) that always expect the first parameter to be of string type and the second parameter is generic. It should also support scalar and array inputs for the following common cases:

      • Scalar, Scalar
      • Array, Scalar - scalar is broadcasted and paired with all values from array
      • Array, Array - process arrays element-wise

      The Scalar, Array case is not necessary as it is difficult to generalize, and there are not many functions with this pattern.

      Attachments

        Issue Links

          Activity

            People

              edponce Eduardo Ponce
              edponce Eduardo Ponce
              Votes:
              0 Vote for this issue
              Watchers:
              2 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 - 1h 40m
                  1h 40m