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

sql/parser: Verify that AggregateFuncs deep copy Datums on Result #9089

Commits on Sep 3, 2016

  1. sql/parser: Verify that AggregateFuncs deep copy Datums on Result

    This makes sure that all Datums returned from the Result method of
    AggregateFunc implementations are deep copies of any internal state.
    This is necessary to allow for ordered window functions that will
    incrementally call Result on an aggregate, and expect each resultant
    Datum to be a separate deep copy and not modified on future
    accumulation.
    nvanbenschoten committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    6a968b6 View commit details
    Browse the repository at this point in the history