Package org.apache.calcite.materialize
Class TpcdsLatticeSuggesterTest
- java.lang.Object
-
- org.apache.calcite.materialize.TpcdsLatticeSuggesterTest
-
public class TpcdsLatticeSuggesterTest extends java.lang.Object
Unit tests forLatticeSuggester
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
TpcdsLatticeSuggesterTest.Tester
Test helper.
-
Constructor Summary
Constructors Constructor Description TpcdsLatticeSuggesterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
checkFoodMartAll(boolean evolve)
private java.lang.String
number(java.lang.String s)
void
testTpcdsAll()
void
testTpcdsAllEvolve()
-
-
-
Method Detail
-
number
private java.lang.String number(java.lang.String s)
-
checkFoodMartAll
private void checkFoodMartAll(boolean evolve) throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTpcdsAll
public void testTpcdsAll() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTpcdsAllEvolve
public void testTpcdsAllEvolve() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-