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 distributed table-scoped connector-provided procedures #9466

Closed
findepi opened this issue Oct 1, 2021 · 2 comments
Closed

Support distributed table-scoped connector-provided procedures #9466

findepi opened this issue Oct 1, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request roadmap Top level issues for major efforts in the project

Comments

@findepi
Copy link
Member

findepi commented Oct 1, 2021

No description provided.

@findepi findepi added enhancement New feature or request roadmap Top level issues for major efforts in the project labels Oct 1, 2021
@findepi
Copy link
Member Author

findepi commented Oct 1, 2021

In an offline meeting with @martint @electrum @losipiuk and myself we decided to go with the syntax:

ALTER TABLE t  EXECUTE p  <options>

where t is table name,
p is connector-provided procedure name
and <options> may optionally include filtering, sorting, etc.

@findepi
Copy link
Member Author

findepi commented Jun 7, 2022

Done in #9665

@findepi findepi closed this as completed Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request roadmap Top level issues for major efforts in the project
Development

Successfully merging a pull request may close this issue.

2 participants