Uses of Class
io.trino.metadata.TablePropertyManager
-
Packages that use TablePropertyManager Package Description io.trino.connector io.trino.connector.system io.trino.execution io.trino.sql.analyzer io.trino.sql.rewrite io.trino.testing -
-
Uses of TablePropertyManager in io.trino.connector
Constructors in io.trino.connector with parameters of type TablePropertyManager 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 TablePropertyManager in io.trino.connector.system
Constructors in io.trino.connector.system with parameters of type TablePropertyManager Constructor Description TablePropertiesSystemTable(TransactionManager transactionManager, TablePropertyManager tablePropertyManager) -
Uses of TablePropertyManager in io.trino.execution
Constructors in io.trino.execution with parameters of type TablePropertyManager Constructor Description CreateTableTask(PlannerContext plannerContext, AccessControl accessControl, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, FeaturesConfig featuresConfig)SetPropertiesTask(PlannerContext plannerContext, AccessControl accessControl, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager) -
Uses of TablePropertyManager in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer with parameters of type TablePropertyManager 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 TablePropertyManager Constructor Description StatementAnalyzerFactory(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 TablePropertyManager Constructor Description ShowQueriesRewrite(Metadata metadata, SqlParser parser, AccessControl accessControl, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, ColumnPropertyManager columnPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager) -
Uses of TablePropertyManager in io.trino.testing
Methods in io.trino.testing that return TablePropertyManager Modifier and Type Method Description TablePropertyManagerLocalQueryRunner. getTablePropertyManager()
-