Skip to content

Conversation

@edponce
Copy link
Contributor

@edponce edponce commented Sep 3, 2021

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
Copy link

github-actions bot commented Sep 3, 2021

@github-actions
Copy link

github-actions bot commented Sep 3, 2021

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

@github-actions
Copy link

github-actions bot commented Sep 3, 2021

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

@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