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 explicit input types for vectorized into int form #9741

Merged
merged 2 commits into from
Jul 23, 2023

Commits on Jul 19, 2023

  1. Narrow input types for vectorized into int form

    Don't just use `List<Any>`, be precise for the vectorized form as well.
    sholderbach committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    25da521 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Relax back for heterogeneous lists

    With this the PR just clarifies the signatures for documentation
    purposes
    sholderbach committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    de799f6 View commit details
    Browse the repository at this point in the history