Package org.apache.calcite.chinook
Class PreferredGenresTableFactory
java.lang.Object
org.apache.calcite.chinook.PreferredGenresTableFactory
- All Implemented Interfaces:
- TableFactory<AbstractQueryableTable>
public class PreferredGenresTableFactory
extends Object
implements TableFactory<AbstractQueryableTable>
Factory for the table of genres preferred by the current user.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(SchemaPlus schema, String name, Map<String, Object> operand, @Nullable RelDataType rowType) Creates a Table.
- 
Constructor Details- 
PreferredGenresTableFactorypublic PreferredGenresTableFactory()
 
- 
- 
Method Details- 
createpublic AbstractQueryableTable create(SchemaPlus schema, String name, Map<String, Object> operand, @Nullable RelDataType rowType) Description copied from interface:TableFactoryCreates a Table.- Specified by:
- createin interface- TableFactory<AbstractQueryableTable>
- Parameters:
- schema- Schema this table belongs to
- name- Name of this table
- operand- The "operand" JSON property
- rowType- Row type. Specified if the "columns" JSON property.
- Returns:
- created table
 
 
-