Uses of Class
io.trino.metadata.MaterializedViewPropertyManager
-
Packages that use MaterializedViewPropertyManager Package Description io.trino.connector io.trino.connector.system io.trino.execution io.trino.sql.rewrite io.trino.testing -
-
Uses of MaterializedViewPropertyManager in io.trino.connector
Constructors in io.trino.connector with parameters of type MaterializedViewPropertyManager Constructor Description ConnectorManager(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 MaterializedViewPropertyManager Constructor Description MaterializedViewPropertiesSystemTable(TransactionManager transactionManager, MaterializedViewPropertyManager materializedViewPropertyManager) -
Uses of MaterializedViewPropertyManager in io.trino.execution
Constructors in io.trino.execution with parameters of type MaterializedViewPropertyManager Constructor Description CreateMaterializedViewTask(PlannerContext plannerContext, AccessControl accessControl, SqlParser sqlParser, AnalyzerFactory analyzerFactory, MaterializedViewPropertyManager materializedViewPropertyManager, FeaturesConfig featuresConfig)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 MaterializedViewPropertyManager Constructor Description ShowQueriesRewrite(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 Modifier and Type Method Description MaterializedViewPropertyManagerLocalQueryRunner. getMaterializedViewPropertyManager()
-