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