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