Uses of Class
io.trino.metadata.AnalyzePropertyManager
-
Packages that use AnalyzePropertyManager Package Description io.trino.connector io.trino.connector.system io.trino.sql.analyzer -
-
Uses of AnalyzePropertyManager in io.trino.connector
Constructors in io.trino.connector with parameters of type AnalyzePropertyManager Constructor Description ConnectorManager(MetadataManager metadataManager, CatalogManager catalogManager, AccessControlManager accessControlManager, SplitManager splitManager, PageSourceManager pageSourceManager, IndexManager indexManager, NodePartitioningManager nodePartitioningManager, PageSinkManager pageSinkManager, HandleResolver handleResolver, InternalNodeManager nodeManager, io.airlift.node.NodeInfo nodeInfo, VersionEmbedder versionEmbedder, PageSorter pageSorter, PageIndexerFactory pageIndexerFactory, TransactionManager transactionManager, EventListenerManager eventListenerManager, TypeManager typeManager, ProcedureRegistry procedureRegistry, TableProceduresRegistry tableProceduresRegistry, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager, AnalyzePropertyManager analyzePropertyManager, TableProceduresPropertyManager tableProceduresPropertyManager, NodeSchedulerConfig nodeSchedulerConfig) -
Uses of AnalyzePropertyManager in io.trino.connector.system
Constructors in io.trino.connector.system with parameters of type AnalyzePropertyManager Constructor Description AnalyzePropertiesSystemTable(TransactionManager transactionManager, AnalyzePropertyManager analyzePropertyManager) -
Uses of AnalyzePropertyManager in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer with parameters of type AnalyzePropertyManager Modifier and Type Method Description static StatementAnalyzerFactoryStatementAnalyzerFactory. createTestingStatementAnalyzerFactory(PlannerContext plannerContext, AccessControl accessControl, TablePropertyManager tablePropertyManager, AnalyzePropertyManager analyzePropertyManager)Constructors in io.trino.sql.analyzer with parameters of type AnalyzePropertyManager Constructor Description StatementAnalyzerFactory(PlannerContext plannerContext, SqlParser sqlParser, AccessControl accessControl, GroupProvider groupProvider, TableProceduresRegistry tableProceduresRegistry, SessionPropertyManager sessionPropertyManager, TablePropertyManager tablePropertyManager, AnalyzePropertyManager analyzePropertyManager, TableProceduresPropertyManager tableProceduresPropertyManager)
-