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 SummaryConstructorsConstructorDescriptionMaterialization(CalciteSchema.TableEntry materializedTable, String sql, List<String> viewSchemaPath) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidmaterialize(RelNode queryRel, RelOptTable starRelOptTable) 
- 
Constructor Details- 
Materializationpublic Materialization(CalciteSchema.TableEntry materializedTable, String sql, List<String> viewSchemaPath) 
 
- 
- 
Method Details- 
materialize
 
-