Uses of Class
io.trino.metadata.AnalyzePropertyManager
Packages that use AnalyzePropertyManager
Package
Description
-
Uses of AnalyzePropertyManager in io.trino.connector
Methods in io.trino.connector that return AnalyzePropertyManagerModifier and TypeMethodDescriptionstatic AnalyzePropertyManagerCatalogServiceProviderModule.createAnalyzePropertyManager(ConnectorServicesProvider connectorServicesProvider) -
Uses of AnalyzePropertyManager in io.trino.connector.system
Constructors in io.trino.connector.system with parameters of type AnalyzePropertyManagerModifierConstructorDescriptionAnalyzePropertiesSystemTable(Metadata metadata, AccessControl accessControl, AnalyzePropertyManager analyzePropertyManager) -
Uses of AnalyzePropertyManager in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer with parameters of type AnalyzePropertyManagerModifier and TypeMethodDescriptionstatic StatementAnalyzerFactoryStatementAnalyzerFactory.createTestingStatementAnalyzerFactory(PlannerContext plannerContext, AccessControl accessControl, TablePropertyManager tablePropertyManager, AnalyzePropertyManager analyzePropertyManager) Constructors in io.trino.sql.analyzer with parameters of type AnalyzePropertyManagerModifierConstructorDescriptionStatementAnalyzerFactory(PlannerContext plannerContext, SqlParser sqlParser, SessionTimeProvider sessionTimeProvider, AccessControl accessControl, TransactionManager transactionManager, GroupProvider groupProvider, TableProceduresRegistry tableProceduresRegistry, TableFunctionRegistry tableFunctionRegistry, TablePropertyManager tablePropertyManager, AnalyzePropertyManager analyzePropertyManager, TableProceduresPropertyManager tableProceduresPropertyManager) -
Uses of AnalyzePropertyManager in io.trino.testing
Methods in io.trino.testing that return AnalyzePropertyManager