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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classAuthor.static classBook.static classCoordinate.static classPage.static classPlace.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
authors
 
- 
- 
Constructor Details- 
BookstoreSchemapublic BookstoreSchema()
 
-