Example #1
0
 public void WithGroupedSortedMinMax() => RegressionRunner.Run(_session, ResultSetAggregateSortedMinMaxBy.WithGroupedSortedMinMax());
Example #2
0
 public void WithMultipleOverlappingCategories() => RegressionRunner.Run(_session, ResultSetAggregateSortedMinMaxBy.WithMultipleOverlappingCategories());
Example #3
0
 public void WithNoAlias() => RegressionRunner.Run(_session, ResultSetAggregateSortedMinMaxBy.WithNoAlias());
Example #4
0
 public void WithMinByMaxByOverWindow() => RegressionRunner.Run(_session, ResultSetAggregateSortedMinMaxBy.WithMinByMaxByOverWindow());
Example #5
0
 public void WithMultipleCriteriaSimple() => RegressionRunner.Run(_session, ResultSetAggregateSortedMinMaxBy.WithMultipleCriteriaSimple());