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

Pass input types to SimpleFunctionAdapterFactory::createVectorFunction #9120

Closed

Commits on Mar 18, 2024

  1. Pass input types to SimpleFunctionAdapterFactory::createVectorFunction

    Summary:
    This change is part of enabling simple functions to process inputs of decimal type. Such processing requires access to decimal type parameters (precision and scale). This change provides full type information to the function constructor. A follow-up change will pass this to simple function's 'initialize' method.
    
    See facebookincubator#9096 for the end-to-end workflow.
    
    Differential Revision: D55011267
    mbasmanova authored and facebook-github-bot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3265c77 View commit details
    Browse the repository at this point in the history