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

Add Table Functions to FFI Crate #15581

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

timsaucer
Copy link
Contributor

Which issue does this PR close?

This addresses part of #14562

Rationale for this change

We currently have support for user defined scalar functions. Aggregates and Windows are underway. This PR adds user defined table functions.

What changes are included in this PR?

  • Implement the user FFI crate requirements.
  • Adds one round trip unit test.
  • Adds one full integration test where different shared library is used.

Are these changes tested?

Yes, tests added to the PR.

Are there any user-facing changes?

None, but additional APIs are now available.

@github-actions github-actions bot added the ffi Changes to the ffi crate label Apr 4, 2025
@timsaucer timsaucer force-pushed the feat/ffi-table-udf branch from ca6cf45 to 7681029 Compare April 4, 2025 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ffi Changes to the ffi crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant