Package org.apache.calcite.materialize
Interface MaterializationService.TableFactory
- All Known Implementing Classes:
MaterializationService.DefaultTableFactory
- Enclosing class:
MaterializationService
public static interface MaterializationService.TableFactory
Creates tables that represent a materialized view.
-
Method Summary
Modifier and TypeMethodDescriptioncreateTable
(CalciteSchema schema, String viewSql, @Nullable List<String> viewSchemaPath)
-
Method Details
-
createTable
-