Skip to content

DATAMONGO-1542 - Refactor CondOperator and IfNullOperator to children of AggregationExpressions. #421

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

Closed
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Dec 5, 2016

Renamed CondOperator to Cond and IfNullOperator to IfNull. Both conditional operations are now available from ConditionalOperators.when and ConditionalOperators.ifNull and accept AggregationExpressions for conditions and values.


Related ticket: DATAMONGO-1542

… of AggregationExpressions.

Prepare issue branch.
… of AggregationExpressions.

Renamed CondOperator to Cond and IfNullOperator to IfNull. Both conditional operations are now available from ConditionalOperators.when and ConditionalOperators.ifNull and accept AggregationExpressions for conditions and values.
@mp911de mp911de force-pushed the issue/DATAMONGO-1542 branch from 5687877 to cf1d0b8 Compare December 5, 2016 15:55
christophstrobl pushed a commit that referenced this pull request Dec 6, 2016
… of AggregationExpressions.

Renamed CondOperator to Cond and IfNullOperator to IfNull. Both conditional operations are now available from ConditionalOperators.when and ConditionalOperators.ifNull and accept AggregationExpressions for conditions and values.

Original Pull Request: #421
christophstrobl added a commit that referenced this pull request Dec 6, 2016
Added some static entry points for better readability.

Original Pull Request: #421
christophstrobl pushed a commit that referenced this pull request Dec 6, 2016
… of AggregationExpressions.

Renamed CondOperator to Cond and IfNullOperator to IfNull. Both conditional operations are now available from ConditionalOperators.when and ConditionalOperators.ifNull and accept AggregationExpressions for conditions and values.

Original Pull Request: #421
christophstrobl added a commit that referenced this pull request Dec 6, 2016
Added some static entry points for better readability.

Original Pull Request: #421
@christophstrobl christophstrobl deleted the issue/DATAMONGO-1542 branch December 6, 2016 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants