newground.aggregate_strategies package
Submodules
- newground.aggregate_strategies.aggregate_mode module
- newground.aggregate_strategies.count_aggregate_helper module
- newground.aggregate_strategies.recursive_mode module
RecursiveAggregateRewriting
RecursiveAggregateRewriting.add_partial_predicate_rules()
RecursiveAggregateRewriting.added_to_original_body()
RecursiveAggregateRewriting.generate_aggregate()
RecursiveAggregateRewriting.generate_helper_variables()
RecursiveAggregateRewriting.generate_ordering_predicate_rules()
RecursiveAggregateRewriting.generate_tuple_predicate_rules()
RecursiveAggregateRewriting.recursive_strategy()
- newground.aggregate_strategies.replace_aggregate_strategy module
- newground.aggregate_strategies.rewriting_aggregate_strategy module
- newground.aggregate_strategies.rewriting_count_helper module
- newground.aggregate_strategies.rewriting_count_sum module
- newground.aggregate_strategies.rewriting_min_max module
- newground.aggregate_strategies.rewriting_sum_helper module
- newground.aggregate_strategies.rm_case module
- newground.aggregate_strategies.rs_helper module
- newground.aggregate_strategies.rs_plus_star_helper module
- newground.aggregate_strategies.sum_aggregate_helper module
Module contents
Module responsible for helping to transform the aggregates.