Class BookstoreSchema
java.lang.Object
org.apache.calcite.test.schemata.bookstore.BookstoreSchema
A Schema representing a bookstore.
It contains a single table with various levels/types of nesting, and is used mainly for testing parts of code that rely on nested structures.
New authors can be added but attention should be made to update appropriately tests that might fail.
The Schema is meant to be used with
ReflectiveSchema
thus all
fields, and methods, should be public.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Author.static class
Book.static class
Coordinate.static class
Page.static class
Place. -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
authors
-
-
Constructor Details
-
BookstoreSchema
public BookstoreSchema()
-