Uses of Class
io.trino.metadata.MaterializedViewPropertyManager
-
Packages that use MaterializedViewPropertyManager Package Description io.trino.metadata -
-
Uses of MaterializedViewPropertyManager in io.trino.metadata
Methods in io.trino.metadata that return MaterializedViewPropertyManager Modifier and Type Method Description MaterializedViewPropertyManagerMetadata. getMaterializedViewPropertyManager()MaterializedViewPropertyManagerMetadataManager. getMaterializedViewPropertyManager()Constructors in io.trino.metadata with parameters of type MaterializedViewPropertyManager Constructor Description MetadataManager(FeaturesConfig featuresConfig, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager, ColumnPropertyManager columnPropertyManager, AnalyzePropertyManager analyzePropertyManager, TransactionManager transactionManager, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators, NodeVersion nodeVersion)
-