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