Class PreferredAlbumsTableFactory

java.lang.Object
org.apache.calcite.chinook.PreferredAlbumsTableFactory
All Implemented Interfaces:
TableFactory<AbstractQueryableTable>

public class PreferredAlbumsTableFactory extends Object implements TableFactory<AbstractQueryableTable>
Factory for the table of albums preferred by the current user.
  • Constructor Details

    • PreferredAlbumsTableFactory

      public PreferredAlbumsTableFactory()
  • Method Details