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 PG TVF #18636

Closed
Tracked by #18583
kwannoel opened this issue Sep 23, 2024 · 0 comments
Closed
Tracked by #18583

Support PG TVF #18636

kwannoel opened this issue Sep 23, 2024 · 0 comments
Assignees
Milestone

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Sep 23, 2024

  1. Create a batch executor for batch pg.
  2. Create a pg connection within the executor via https://docs.rs/tokio-postgres/latest/tokio_postgres/.
  3. Run postgres prepare to prepare the statement, when binding the table function.
  4. Batch executor will just execute the query, then serialize it into RW format for ingestion.
  • See if we have some internal utilities to serde pg->rw rows.
@github-actions github-actions bot added this to the release-2.1 milestone Sep 23, 2024
@kwannoel kwannoel changed the title TVF Support PG TVF Sep 23, 2024
@kwannoel kwannoel self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant