Uses of Class
io.prestosql.metadata.AnalyzePropertyManager
-
Packages that use AnalyzePropertyManager Package Description io.prestosql.metadata -
-
Uses of AnalyzePropertyManager in io.prestosql.metadata
Methods in io.prestosql.metadata that return AnalyzePropertyManager Modifier and Type Method Description AnalyzePropertyManagerMetadata. getAnalyzePropertyManager()AnalyzePropertyManagerMetadataManager. getAnalyzePropertyManager()Constructors in io.prestosql.metadata with parameters of type AnalyzePropertyManager Constructor Description MetadataManager(FeaturesConfig featuresConfig, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, TablePropertyManager tablePropertyManager, ColumnPropertyManager columnPropertyManager, AnalyzePropertyManager analyzePropertyManager, TransactionManager transactionManager, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators)
-