Package org.apache.calcite.adapter.tpcds
Class TpcdsSchema
java.lang.Object
org.apache.calcite.schema.impl.AbstractSchema
org.apache.calcite.adapter.tpcds.TpcdsSchema
- All Implemented Interfaces:
Schema
Schema that provides TPC-DS tables, populated according to a
particular scale factor.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.calcite.schema.impl.AbstractSchema
AbstractSchema.Factory
Nested classes/interfaces inherited from interface org.apache.calcite.schema.Schema
Schema.TableType
-
Constructor Summary
ConstructorDescriptionTpcdsSchema
(double scaleFactor) Creates a TpcdsSchema.TpcdsSchema
(double scaleFactor, int part, int partCount) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns a map of tables in this schema by name.Methods inherited from class org.apache.calcite.schema.impl.AbstractSchema
getExpression, getFunctionMultimap, getFunctionNames, getFunctions, getSubSchema, getSubSchemaMap, getSubSchemaNames, getTable, getTableNames, getType, getTypeMap, getTypeNames, isMutable, snapshot
-
Constructor Details
-
TpcdsSchema
Deprecated. -
TpcdsSchema
public TpcdsSchema(double scaleFactor) Creates a TpcdsSchema.
-
-
Method Details
-
getTableMap
Description copied from class:AbstractSchema
Returns a map of tables in this schema by name.The implementations of
AbstractSchema.getTableNames()
andAbstractSchema.getTable(String)
depend on this map. The default implementation of this method returns the empty map. Override this method to change their behavior.- Overrides:
getTableMap
in classAbstractSchema
- Returns:
- Map of tables in this schema by name
-