public class PreferredGenresTableFactory extends Object implements TableFactory<AbstractQueryableTable>
| Modifier and Type | Field and Description |
|---|---|
private static int |
FIRST_ID |
private static int |
LAST_ID |
private static Integer[] |
SPECIFIC_USER_PREFERRED_GENRES |
| Constructor and Description |
|---|
PreferredGenresTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractQueryableTable |
create(SchemaPlus schema,
String name,
Map<String,Object> operand,
RelDataType rowType) |
private Queryable<Integer> |
fetchPreferredGenres() |
private static final Integer[] SPECIFIC_USER_PREFERRED_GENRES
private static final int FIRST_ID
private static final int LAST_ID
public AbstractQueryableTable create(SchemaPlus schema, String name, Map<String,Object> operand, RelDataType rowType)
create in interface TableFactory<AbstractQueryableTable>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.