| Package | Description |
|---|---|
| io.prestosql.metadata |
| Modifier and Type | Method and Description |
|---|---|
TablePropertyManager |
Metadata.getTablePropertyManager() |
TablePropertyManager |
MetadataManager.getTablePropertyManager() |
| Constructor and Description |
|---|
MetadataManager(FeaturesConfig featuresConfig,
TypeManager typeManager,
BlockEncodingSerde blockEncodingSerde,
SessionPropertyManager sessionPropertyManager,
SchemaPropertyManager schemaPropertyManager,
TablePropertyManager tablePropertyManager,
ColumnPropertyManager columnPropertyManager,
AnalyzePropertyManager analyzePropertyManager,
TransactionManager transactionManager) |
MetadataManager(FeaturesConfig featuresConfig,
TypeManager typeManager,
io.airlift.json.JsonCodec<ViewDefinition> viewCodec,
BlockEncodingSerde blockEncodingSerde,
SessionPropertyManager sessionPropertyManager,
SchemaPropertyManager schemaPropertyManager,
TablePropertyManager tablePropertyManager,
ColumnPropertyManager columnPropertyManager,
AnalyzePropertyManager analyzePropertyManager,
TransactionManager transactionManager) |
Copyright © 2012–2019. All rights reserved.