Class: SchemaSherlock::Analyzers::IndexRecommendationDetector
- Inherits:
-
BaseAnalyzer
- Object
- BaseAnalyzer
- SchemaSherlock::Analyzers::IndexRecommendationDetector
- Defined in:
- lib/schema_sherlock/analyzers/index_recommendation_detector.rb
Instance Attribute Summary
Attributes inherited from BaseAnalyzer
Instance Method Summary collapse
Methods inherited from BaseAnalyzer
Constructor Details
This class inherits a constructor from SchemaSherlock::Analyzers::BaseAnalyzer
Instance Method Details
#analyze ⇒ Object
7 8 9 10 11 |
# File 'lib/schema_sherlock/analyzers/index_recommendation_detector.rb', line 7 def analyze @results = { missing_foreign_key_indexes: find_missing_foreign_key_indexes, } end |