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 Summary
Fields inherited from class org.apache.calcite.schema.impl.ViewTableMacro
schema, schemaPath, viewPath, viewSql
-
Method Summary
Modifier and TypeMethodDescriptionApplies arguments to yield a table.Methods inherited from class org.apache.calcite.schema.impl.ViewTableMacro
getParameters, modifiableViewTable, viewTable
-
Method Details
-
apply
Description copied from interface:TableMacro
Applies arguments to yield a table.- Specified by:
apply
in interfaceTableMacro
- Overrides:
apply
in classViewTableMacro
- Parameters:
arguments
- Arguments- Returns:
- Table
-