-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed the limitations on using only one argument for custom aggregate functions. The first argument does still need to be a collection type, however. * Incorporating suggestions from code review and replacing tabs with spaces to fix indentation * Fixed aliases for multiple aggregate arguments * Code review changes: - Added overloads to not break public API - Updated summary text - Disable optimization for aggregate functions with multiple arguments - Simplified LINQ expression * Added unit test for aggregate function with more than one argument, and removed more code that was enforcing only one argument * Added more null-check unit tests for aggregate function with more than one argument * - Added back in some checks on aggregate parameter count I had previously removed (now checks for greater then or equal to 1, instead of just 1) - More formatting cleanup - Added missing aggregate function in Ssdl * Updating comment * Fix parameter name in comments
- Loading branch information
1 parent
90f4fb6
commit e6af77b
Showing
20 changed files
with
231 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.