Class BookstoreSchema

java.lang.Object
org.apache.calcite.test.schemata.bookstore.BookstoreSchema

public final class BookstoreSchema extends Object
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.

  • Field Details

  • Constructor Details

    • BookstoreSchema

      public BookstoreSchema()