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

impl Sum and Default for AnyNumeric #1117

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Commits on Apr 20, 2023

  1. impl Sum and Default for AnyNumeric

    In doing so, I realized that the `FromDatum` implementations for both `AnyNumeric` and `Vec<T>/Vec<Option<T>>` also needed to overload the `from_datum_in_memory_context()` function in order to properly return Arrays from Spi.
    
    So I'm mixing a little peanut butter with my jelly here, but now there's some tests around this that use the new `impl Sum for AnyNumeric`.
    eeeebbbbrrrr committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3c875c8 View commit details
    Browse the repository at this point in the history