Package org.apache.calcite.test
Class TableInRootSchemaTest
- java.lang.Object
-
- org.apache.calcite.test.TableInRootSchemaTest
-
public class TableInRootSchemaTest extends java.lang.Object
Test case for issue 85.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableInRootSchemaTest.SimpleTable
Table with columns (A, B).
-
Constructor Summary
Constructors Constructor Description TableInRootSchemaTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAddingTableInRootSchema()
-