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 docs for async udfs #72

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Add docs for async udfs #72

merged 1 commit into from
Jan 16, 2024

Conversation

jbeisen
Copy link
Collaborator

@jbeisen jbeisen commented Jan 15, 2024

No description provided.

@jbeisen jbeisen changed the base branch from main to release-0.9 January 15, 2024 18:31
sql/async_udfs.mdx Outdated Show resolved Hide resolved
sql/async_udfs.mdx Outdated Show resolved Hide resolved
sql/async_udfs.mdx Outdated Show resolved Hide resolved
sql/async_udfs.mdx Outdated Show resolved Hide resolved
sql/async_udfs.mdx Outdated Show resolved Hide resolved
@jbeisen jbeisen force-pushed the async-udfs branch 3 times, most recently from 1529032 to 3eb4e16 Compare January 16, 2024 00:02
sql/async_udfs.mdx Outdated Show resolved Hide resolved
sql/async_udfs.mdx Outdated Show resolved Hide resolved

## Context

Async UDFs can optionally define a `Context` struct that will be passed to each execution of the UDF.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to specify the magic naming convention for the UDF?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The udf can be named anything, it's just the Context that must be named Context, and the context parameter. I've made that more clear below.

@jbeisen jbeisen force-pushed the async-udfs branch 2 times, most recently from 5255912 to d18c3bd Compare January 16, 2024 17:38
@jbeisen jbeisen merged commit ea98014 into release-0.9 Jan 16, 2024
@jbeisen jbeisen deleted the async-udfs branch January 16, 2024 18:57
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

Successfully merging this pull request may close these issues.

None yet

3 participants