Package org.apache.calcite.prepare
Class Prepare.Materialization
java.lang.Object
org.apache.calcite.prepare.Prepare.Materialization
- Enclosing class:
Prepare
Describes that a given SQL query is materialized by a given table.
The materialization is currently valid, and can be used in the planning
process.
-
Constructor Summary
ConstructorDescriptionMaterialization
(CalciteSchema.TableEntry materializedTable, String sql, List<String> viewSchemaPath) -
Method Summary
Modifier and TypeMethodDescriptionvoid
materialize
(RelNode queryRel, RelOptTable starRelOptTable)
-
Constructor Details
-
Materialization
public Materialization(CalciteSchema.TableEntry materializedTable, String sql, List<String> viewSchemaPath)
-
-
Method Details
-
materialize
-