Uses of Class
io.trino.metadata.AnalyzeMetadata
Packages that use AnalyzeMetadata
-
Uses of AnalyzeMetadata in io.trino.metadata
Methods in io.trino.metadata that return AnalyzeMetadataModifier and TypeMethodDescriptionMetadata.getStatisticsCollectionMetadata(Session session, TableHandle tableHandle, Map<String, Object> analyzeProperties) Describe statistics that must be collected during a statistics collectionMetadataManager.getStatisticsCollectionMetadata(Session session, TableHandle tableHandle, Map<String, Object> analyzeProperties) -
Uses of AnalyzeMetadata in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return types with arguments of type AnalyzeMetadataMethods in io.trino.sql.analyzer with parameters of type AnalyzeMetadataModifier and TypeMethodDescriptionvoidAnalysis.setAnalyzeMetadata(AnalyzeMetadata analyzeMetadata) -
Uses of AnalyzeMetadata in io.trino.tracing
Methods in io.trino.tracing that return AnalyzeMetadataModifier and TypeMethodDescriptionTracingMetadata.getStatisticsCollectionMetadata(Session session, TableHandle tableHandle, Map<String, Object> analyzeProperties)