Package io.trino.metadata
Class MetadataManager.TestMetadataManagerBuilder
java.lang.Object
io.trino.metadata.MetadataManager.TestMetadataManagerBuilder
- Enclosing class:
MetadataManager
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withGlobalFunctionCatalog(GlobalFunctionCatalog globalFunctionCatalog) withLanguageFunctionManager(LanguageFunctionManager languageFunctionManager) withTransactionManager(TransactionManager transactionManager) withTypeManager(TypeManager typeManager)
-
Method Details
-
withTransactionManager
public MetadataManager.TestMetadataManagerBuilder withTransactionManager(TransactionManager transactionManager) -
withTypeManager
-
withGlobalFunctionCatalog
public MetadataManager.TestMetadataManagerBuilder withGlobalFunctionCatalog(GlobalFunctionCatalog globalFunctionCatalog) -
withLanguageFunctionManager
public MetadataManager.TestMetadataManagerBuilder withLanguageFunctionManager(LanguageFunctionManager languageFunctionManager) -
build
-