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

Expression widget - Autocompletion for methods obtained from suggestion db #12305

Open
Tracked by #12235
farmaazon opened this issue Feb 18, 2025 · 0 comments
Open
Tracked by #12235
Labels

Comments

@farmaazon
Copy link
Contributor

farmaazon commented Feb 18, 2025

The methods available in set component expressions are all methods of Column type, plus some internal methods defined in ExpressionVisitorImpl.java:395

  • Part of this task is also starting a discussion about next steps: putting builtin functions to a designated module, for example, and what are the plans for supporting methods of other types than Column.
  • Some functions are specified as having variable arg list, which is translated to call with an array

This task should be split into many PRs where possible

@farmaazon farmaazon moved this from ❓New to 📤 Backlog in Issues Board Feb 18, 2025
@farmaazon farmaazon added this to the 2025-Q1 Release milestone Feb 18, 2025
@farmaazon farmaazon added the -gui label Feb 18, 2025
@farmaazon farmaazon changed the title Expression widtet - Autocompletion for methods obtained from suggestion db Expression widget - Autocompletion for methods obtained from suggestion db Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📤 Backlog
Development

No branches or pull requests

1 participant