Skip to content
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

Support additional @transform()'s #372

Open
3 tasks
u9g opened this issue Jul 12, 2023 · 1 comment
Open
3 tasks

Support additional @transform()'s #372

u9g opened this issue Jul 12, 2023 · 1 comment
Labels
A-interpreter Area: executing IR using the interpreter A-ir Area: compiler intermediate representation A-syntax Area: query or schema syntax C-feature-request Category: request for new future functionality E-medium Call for participation: experience needed to fix: medium / intermediate

Comments

@u9g
Copy link
Contributor

u9g commented Jul 12, 2023

  • Ability to @transform(op: "split", value: ["$split_with_string"]) on strings.
  • Ability to @transform(op: "join", value: ["$join_with_string"]) on string arrays.
  • Ability to @transform(op: "add", value: ["$x"]) on numbers
@obi1kenobi obi1kenobi added A-syntax Area: query or schema syntax A-ir Area: compiler intermediate representation A-interpreter Area: executing IR using the interpreter C-feature-request Category: request for new future functionality E-medium Call for participation: experience needed to fix: medium / intermediate labels Jul 12, 2023
@u9g
Copy link
Contributor Author

u9g commented Jul 12, 2023

Main blocker is that @transform in it’s current form doesn’t accept options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-interpreter Area: executing IR using the interpreter A-ir Area: compiler intermediate representation A-syntax Area: query or schema syntax C-feature-request Category: request for new future functionality E-medium Call for participation: experience needed to fix: medium / intermediate
Projects
None yet
Development

No branches or pull requests

2 participants