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 API for getting all registered Spark scalar function names #11196

Closed
wants to merge 1 commit into from

Conversation

kagamiori
Copy link
Contributor

Differential Revision: D64052727

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 8, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D64052727

Copy link

netlify bot commented Oct 8, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 09014dd
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6706c4f7c6d62000085e9a08

kagamiori added a commit to kagamiori/velox that referenced this pull request Oct 8, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D64052727

kagamiori added a commit to kagamiori/velox that referenced this pull request Oct 8, 2024
kagamiori added a commit to kagamiori/velox that referenced this pull request Oct 8, 2024
kagamiori added a commit to kagamiori/velox that referenced this pull request Oct 8, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D64052727

kagamiori added a commit to kagamiori/velox that referenced this pull request Oct 8, 2024
Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

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

@kagamiori nice change. Thanks!


namespace facebook::velox::functions::sparksql {

void registerFunctions(const std::string& prefix);

std::vector<std::string> listFunctionNames();
Copy link
Contributor

@xiaoxmeng xiaoxmeng Oct 9, 2024

Choose a reason for hiding this comment

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

/// Return all the registered function names include simple functions, vector functions and special forms.

kagamiori added a commit to kagamiori/velox that referenced this pull request Oct 9, 2024
…ookincubator#11196)

Summary: Pull Request resolved: facebookincubator#11196

Reviewed By: xiaoxmeng

Differential Revision: D64052727
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D64052727

…ookincubator#11196)

Summary: Pull Request resolved: facebookincubator#11196

Reviewed By: xiaoxmeng

Differential Revision: D64052727
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D64052727

kagamiori added a commit to kagamiori/velox that referenced this pull request Oct 9, 2024
…ookincubator#11196)

Summary: Pull Request resolved: facebookincubator#11196

Reviewed By: xiaoxmeng

Differential Revision: D64052727
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 173ff68.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants