Class BookstoreSchema.Author
java.lang.Object
org.apache.calcite.test.schemata.bookstore.BookstoreSchema.Author
- Enclosing class:
BookstoreSchema
Author.
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
final BookstoreSchema.Place
final List<BookstoreSchema.Book>
final String
-
Constructor Summary
ConstructorDescriptionAuthor
(int aid, String name, BookstoreSchema.Place birthPlace, List<BookstoreSchema.Book> books) -
Method Summary
-
Field Details
-
aid
public final int aid -
name
-
birthPlace
-
books
-
-
Constructor Details
-
Author
public Author(int aid, String name, BookstoreSchema.Place birthPlace, List<BookstoreSchema.Book> books)
-