Uses of Class
io.trino.metadata.AnalyzePropertyManager
-
Packages that use AnalyzePropertyManager Package Description io.trino.metadata -
-
Uses of AnalyzePropertyManager in io.trino.metadata
Methods in io.trino.metadata that return AnalyzePropertyManager Modifier and Type Method Description AnalyzePropertyManagerMetadata. getAnalyzePropertyManager()AnalyzePropertyManagerMetadataManager. getAnalyzePropertyManager()Constructors in io.trino.metadata with parameters of type AnalyzePropertyManager 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)
-