Uses of Class
io.trino.metadata.TableProceduresPropertyManager
-
Packages that use TableProceduresPropertyManager Package Description io.trino.metadata -
-
Uses of TableProceduresPropertyManager in io.trino.metadata
Methods in io.trino.metadata that return TableProceduresPropertyManager Modifier and Type Method Description TableProceduresPropertyManagerMetadata. getTableProceduresPropertyManager()TableProceduresPropertyManagerMetadataManager. getTableProceduresPropertyManager()Constructors in io.trino.metadata with parameters of type TableProceduresPropertyManager Constructor Description MetadataManager(FeaturesConfig featuresConfig, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager, ColumnPropertyManager columnPropertyManager, AnalyzePropertyManager analyzePropertyManager, TableProceduresPropertyManager tableProceduresPropertyManager, SystemSecurityMetadata systemSecurityMetadata, TransactionManager transactionManager, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators, NodeVersion nodeVersion)
-