Class ResolutionStatistics
Object
gudusoft.gsqlparser.resolver2.model.ResolutionStatistics
Statistics about resolution results.
Used for monitoring and reporting resolution quality.
-
Constructor Summary
ConstructorsConstructorDescriptionResolutionStatistics(int total, int exact, int ambiguous, int unresolved, int tableCount) -
Method Summary
Modifier and TypeMethodDescriptionintdoubleCalculate resolution coverage (resolved / total) Includes both exact and ambiguous matchesintintdoubleCalculate resolution success rate (exact matches / total)intinttoString()
-
Constructor Details
-
ResolutionStatistics
-
-
Method Details
-
getTotalReferences
-
getExactMatches
-
getAmbiguousMatches
-
getUnresolvedReferences
-
getReferencedTableCount
-
getSuccessRate
Calculate resolution success rate (exact matches / total) -
getCoverageRate
Calculate resolution coverage (resolved / total) Includes both exact and ambiguous matches -
toString
-