Uses of Class
io.prestosql.metadata.TablePropertyManager
-
Packages that use TablePropertyManager Package Description io.prestosql.metadata -
-
Uses of TablePropertyManager in io.prestosql.metadata
Methods in io.prestosql.metadata that return TablePropertyManager Modifier and Type Method Description TablePropertyManagerMetadata. getTablePropertyManager()TablePropertyManagerMetadataManager. getTablePropertyManager()Constructors in io.prestosql.metadata with parameters of type TablePropertyManager Constructor Description MetadataManager(FeaturesConfig featuresConfig, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, TablePropertyManager tablePropertyManager, ColumnPropertyManager columnPropertyManager, AnalyzePropertyManager analyzePropertyManager, TransactionManager transactionManager, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators)
-