public class TpchSchema extends AbstractSchema
| Modifier and Type | Class and Description |
|---|---|
private class |
TpchSchema.TpchQueryableTable<E extends io.airlift.tpch.TpchEntity>
Definition of a table in the TPC-H schema.
|
Schema.TableType| Modifier and Type | Field and Description |
|---|---|
private boolean |
columnPrefix |
private com.google.common.collect.ImmutableMap<String,String> |
columnPrefixes |
private int |
part |
private int |
partCount |
private double |
scaleFactor |
private com.google.common.collect.ImmutableMap<String,Table> |
tableMap |
| Constructor and Description |
|---|
TpchSchema(double scaleFactor,
int part,
int partCount,
boolean columnPrefix) |
| 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
private final boolean columnPrefix
public TpchSchema(double scaleFactor,
int part,
int partCount,
boolean columnPrefix)
protected Map<String,Table> getTableMap()
getTableMap in class AbstractSchemaCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.