Uses of Class
io.trino.metadata.TablePropertyManager
Packages that use TablePropertyManager
Package
Description
-
Uses of TablePropertyManager in io.trino.connector
Constructors in io.trino.connector with parameters of type TablePropertyManagerModifierConstructorDescriptionConnectorManager(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 TablePropertyManager in io.trino.connector.system
Constructors in io.trino.connector.system with parameters of type TablePropertyManagerModifierConstructorDescriptionTablePropertiesSystemTable(TransactionManager transactionManager, TablePropertyManager tablePropertyManager) -
Uses of TablePropertyManager in io.trino.execution
Constructors in io.trino.execution with parameters of type TablePropertyManagerModifierConstructorDescriptionCreateTableTask(PlannerContext plannerContext, AccessControl accessControl, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, FeaturesConfig featuresConfig) SetPropertiesTask(PlannerContext plannerContext, AccessControl accessControl, TablePropertyManager tablePropertyManager) -
Uses of TablePropertyManager in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer with parameters of type TablePropertyManagerModifier and TypeMethodDescriptionstatic StatementAnalyzerFactoryStatementAnalyzerFactory.createTestingStatementAnalyzerFactory(PlannerContext plannerContext, AccessControl accessControl, TablePropertyManager tablePropertyManager, AnalyzePropertyManager analyzePropertyManager) Constructors in io.trino.sql.analyzer with parameters of type TablePropertyManagerModifierConstructorDescriptionStatementAnalyzerFactory(PlannerContext plannerContext, SqlParser sqlParser, AccessControl accessControl, GroupProvider groupProvider, TableProceduresRegistry tableProceduresRegistry, SessionPropertyManager sessionPropertyManager, TablePropertyManager tablePropertyManager, AnalyzePropertyManager analyzePropertyManager, TableProceduresPropertyManager tableProceduresPropertyManager) -
Uses of TablePropertyManager in io.trino.sql.rewrite
Constructors in io.trino.sql.rewrite with parameters of type TablePropertyManagerModifierConstructorDescriptionShowQueriesRewrite(Metadata metadata, SqlParser parser, AccessControl accessControl, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager)