public void WithRowForAllSimple() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllSimple());
 public void WithRowForAllMinMaxWindowed() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllMinMaxWindowed());
 public void WithRowForAllWWindowAgg() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllWWindowAgg());
 public void WithSumOneView() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSumOneView());
 public void WithAvgPerSym() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithAvgPerSym());
 public void WithSelectStarStdGroupBy() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSelectStarStdGroupBy());
 public void WithSelectExprGroupWin() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSelectExprGroupWin());
 public void WithRowForAllStaticMethodDoubleNested() => RegressionRunner.Run(
     _session,
     ResultSetQueryTypeRowForAll.WithRowForAllStaticMethodDoubleNested());