Uses of Class
io.trino.metadata.MaterializedViewPropertyManager
Packages that use MaterializedViewPropertyManager
Package
Description
-
Uses of MaterializedViewPropertyManager in io.trino.connector
Methods in io.trino.connector that return MaterializedViewPropertyManagerModifier and TypeMethodDescriptionCatalogServiceProviderModule.createMaterializedViewPropertyManager(ConnectorServicesProvider connectorServicesProvider) -
Uses of MaterializedViewPropertyManager in io.trino.connector.system
Constructors in io.trino.connector.system with parameters of type MaterializedViewPropertyManagerModifierConstructorDescriptionMaterializedViewPropertiesSystemTable(Metadata metadata, AccessControl accessControl, MaterializedViewPropertyManager materializedViewPropertyManager) -
Uses of MaterializedViewPropertyManager in io.trino.execution
Constructors in io.trino.execution with parameters of type MaterializedViewPropertyManagerModifierConstructorDescriptionCreateMaterializedViewTask(PlannerContext plannerContext, AccessControl accessControl, SqlParser sqlParser, AnalyzerFactory analyzerFactory, MaterializedViewPropertyManager materializedViewPropertyManager) SetPropertiesTask(PlannerContext plannerContext, AccessControl accessControl, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager) -
Uses of MaterializedViewPropertyManager in io.trino.sql.rewrite
Constructors in io.trino.sql.rewrite with parameters of type MaterializedViewPropertyManagerModifierConstructorDescriptionShowQueriesRewrite(Metadata metadata, SqlParser parser, AccessControl accessControl, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager) -
Uses of MaterializedViewPropertyManager in io.trino.testing
Methods in io.trino.testing that return MaterializedViewPropertyManager