Package org.apache.calcite.schema.impl
Class MaterializedViewTable.MaterializedViewTableMacro
java.lang.Object
org.apache.calcite.schema.impl.ViewTableMacro
org.apache.calcite.schema.impl.MaterializedViewTable.MaterializedViewTableMacro
- All Implemented Interfaces:
- Function,- TableMacro
- Enclosing class:
- MaterializedViewTable
Table function that returns the table that materializes a view.
- 
Field SummaryFields inherited from class org.apache.calcite.schema.impl.ViewTableMacroschema, schemaPath, viewPath, viewSql
- 
Method SummaryModifier and TypeMethodDescriptionApplies arguments to yield a table.Methods inherited from class org.apache.calcite.schema.impl.ViewTableMacrogetParameters, modifiableViewTable, viewTable
- 
Method Details- 
applyDescription copied from interface:TableMacroApplies arguments to yield a table.- Specified by:
- applyin interface- TableMacro
- Overrides:
- applyin class- ViewTableMacro
- Parameters:
- arguments- Arguments
- Returns:
- Table
 
 
-