Uses of Class
io.trino.metadata.ColumnPropertyManager
Packages that use ColumnPropertyManager
Package
Description
-
Uses of ColumnPropertyManager in io.trino.connector
Constructors in io.trino.connector with parameters of type ColumnPropertyManagerModifierConstructorDescriptionConnectorManager(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 ColumnPropertyManager in io.trino.connector.system
Constructors in io.trino.connector.system with parameters of type ColumnPropertyManagerModifierConstructorDescriptionColumnPropertiesSystemTable(TransactionManager transactionManager, ColumnPropertyManager columnPropertyManager) -
Uses of ColumnPropertyManager in io.trino.execution
Constructors in io.trino.execution with parameters of type ColumnPropertyManagerModifierConstructorDescriptionAddColumnTask(PlannerContext plannerContext, AccessControl accessControl, ColumnPropertyManager columnPropertyManager) CreateTableTask(PlannerContext plannerContext, AccessControl accessControl, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, FeaturesConfig featuresConfig) -
Uses of ColumnPropertyManager in io.trino.sql.rewrite
Constructors in io.trino.sql.rewrite with parameters of type ColumnPropertyManagerModifierConstructorDescriptionShowQueriesRewrite(Metadata metadata, SqlParser parser, AccessControl accessControl, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager)