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 input_nullable for UDAF args StateField and Accumulator #11063

Closed
wants to merge 1 commit into from

Commits on Jun 22, 2024

  1. Add input_nullable to UDAF args StateField/AccumulatorArgs

    This follows how it done for input_type and only provide a single value.
    But might need to be changed into a Vec in the future.
    
    This is need when we are moving `arrag_agg` to udaf where one of the
    states nullability will depend on the nullability of the input.
    eejbyfeldt committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2e4b5b0 View commit details
    Browse the repository at this point in the history