Skip to content

Add an expression transformer #4015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yaeldekel opened this issue Jul 18, 2019 · 1 comment · Fixed by #4548
Closed

Add an expression transformer #4015

yaeldekel opened this issue Jul 18, 2019 · 1 comment · Fixed by #4548
Labels
enhancement New feature or request

Comments

@yaeldekel
Copy link

The expression transformer takes the expression in the form of text using syntax of a simple expression language, and performs the operation defined in the expression on the input columns in each row of the data. The transformer supports having a vector input column, in which case it applies the expression to each slot of the vector independently. The expression language is extendable to user defined operations.

@yaeldekel yaeldekel added the enhancement New feature or request label Jul 18, 2019
@justinormont
Copy link
Contributor

I certainly would appreciate this addition. Mainly for its simplicity.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants