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

[Feature Request] implement a custom function framework #517

Closed
newborn22 opened this issue Jul 2, 2024 · 0 comments
Closed

[Feature Request] implement a custom function framework #517

newborn22 opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels

Comments

@newborn22
Copy link
Contributor

Background

Adding custom functions in Wescale can enhance our ability to modify query results and support potential new features. However, currently, it is not straightforward to add a custom function, such as myadd(int, int), to Wescale.

Proposal

I propose to implement a custom function framework that simplifies the process of adding new custom functions. This framework will allow developers to focus solely on the function logic. Since Wescale is a database proxy without a real execution engine, the idea is to retrieve the query result first, then compute the function result, and finally present it to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants