예제 #1
0
 public void WithRowForAllSimple() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllSimple());
예제 #2
0
 public void WithRowForAllMinMaxWindowed() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllMinMaxWindowed());
예제 #3
0
 public void WithRowForAllWWindowAgg() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllWWindowAgg());
예제 #4
0
 public void WithSumOneView() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSumOneView());
예제 #5
0
 public void WithAvgPerSym() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithAvgPerSym());
예제 #6
0
 public void WithSelectStarStdGroupBy() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSelectStarStdGroupBy());
예제 #7
0
 public void WithSelectExprGroupWin() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSelectExprGroupWin());
예제 #8
0
 public void WithRowForAllStaticMethodDoubleNested() => RegressionRunner.Run(
     _session,
     ResultSetQueryTypeRowForAll.WithRowForAllStaticMethodDoubleNested());