public class TpcdsSchema extends AbstractSchema
| Modifier and Type | Class and Description |
|---|---|
private class |
TpcdsSchema.TpcdsQueryableTable<E extends net.hydromatic.tpcds.TpcdsEntity>
Definition of a table in the TPC-DS schema.
|
Schema.TableType| Modifier and Type | Field and Description |
|---|---|
private int |
part |
private int |
partCount |
private double |
scaleFactor |
private static com.google.common.collect.ImmutableMap<String,Integer> |
TABLE_ROW_COUNTS |
private com.google.common.collect.ImmutableMap<String,Table> |
tableMap |
| Constructor and Description |
|---|
TpcdsSchema(double scaleFactor,
int part,
int partCount) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Table> |
getTableMap() |
contentsHaveChangedSince, getExpression, getFunctionMultimap, getFunctionNames, getFunctions, getSubSchema, getSubSchemaMap, getSubSchemaNames, getTable, getTableNames, isMutableprivate final double scaleFactor
private final int part
private final int partCount
protected Map<String,Table> getTableMap()
getTableMap in class AbstractSchemaCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.