Uses of Class
io.trino.metadata.MaterializedViewPropertyManager
Packages that use MaterializedViewPropertyManager
Package
Description
-
Uses of MaterializedViewPropertyManager in io.trino.connector
Constructors in io.trino.connector with parameters of type MaterializedViewPropertyManagerModifierConstructorDescriptionConnectorManager(MetadataManager metadataManager, CatalogManager catalogManager, AccessControlManager accessControlManager, SplitManager splitManager, PageSourceManager pageSourceManager, IndexManager indexManager, NodePartitioningManager nodePartitioningManager, PageSinkManager pageSinkManager, HandleResolver handleResolver, InternalNodeManager nodeManager, io.airlift.node.NodeInfo nodeInfo, VersionEmbedder versionEmbedder, PageSorter pageSorter, PageIndexerFactory pageIndexerFactory, TransactionManager transactionManager, EventListenerManager eventListenerManager, TypeManager typeManager, ProcedureRegistry procedureRegistry, TableProceduresRegistry tableProceduresRegistry, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager, AnalyzePropertyManager analyzePropertyManager, TableProceduresPropertyManager tableProceduresPropertyManager, NodeSchedulerConfig nodeSchedulerConfig) -
Uses of MaterializedViewPropertyManager in io.trino.connector.system
Constructors in io.trino.connector.system with parameters of type MaterializedViewPropertyManagerModifierConstructorDescriptionMaterializedViewPropertiesSystemTable(TransactionManager transactionManager, 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) -
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)