dubiousconst282 / DistIL

Post-build IL optimizer and intermediate representation for .NET programs
MIT License
117 stars 2 forks source link

LinqExpansion: support for `Sum`, `Average`, `Min`, `Max` stages #23

Open dubiousconst282 opened 1 year ago

dubiousconst282 commented 1 year ago

Each of these could derive from AggregationSink (and Average from Sum).