Skip to content

ARROW-13898: [C++][Compute] Add support for string binary transforms - #11082

Closed
edponce wants to merge 3 commits into
apache:masterfrom
edponce:ARROW-13898-Compute-Add-support-for-string-binary-tr
Closed

ARROW-13898: [C++][Compute] Add support for string binary transforms#11082
edponce wants to merge 3 commits into
apache:masterfrom
edponce:ARROW-13898-Compute-Add-support-for-string-binary-tr

Conversation

@edponce

@edponce edponce commented Sep 3, 2021

Copy link
Copy Markdown
Contributor

This PR provides a kernel executors for string binary functions (StringBinaryTransformExecBase) that always expect the first parameter to be of string type and the second parameter is generic. It supports the following shapes for the binary parameters:

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

@github-actions

github-actions Bot commented Sep 3, 2021

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Sep 3, 2021

Copy link
Copy Markdown

⚠️ Ticket has no components in JIRA, make sure you assign one.

@github-actions

github-actions Bot commented Sep 3, 2021

Copy link
Copy Markdown

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

Comment thread cpp/src/arrow/compute/kernels/scalar_string.cc Outdated
Comment thread cpp/src/arrow/compute/kernels/scalar_string.cc Outdated
@edponce
edponce force-pushed the ARROW-13898-Compute-Add-support-for-string-binary-tr branch from da650f0 to 2acef1e Compare September 7, 2021 00:08
@edponce edponce closed this Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants