Specify return type

This commit is contained in:
Dave Bartolomeo
2022-08-12 16:01:58 -04:00
parent cf925c256f
commit 1aab49c719

View File

@@ -405,7 +405,7 @@ class JoinOrderScanner implements EvaluationLogScanner {
/**
* Compute the metric input for all the events in a SCC that starts with main node `event`
*/
private badnessInputsForRecursiveDelta(event: ComputeRecursive) {
private badnessInputsForRecursiveDelta(event: ComputeRecursive): Map<string, Map<string, Bucket>> {
// nameToOrderToBucket : predicate name -> ordering (i.e., standard, order_500000, etc.) -> bucket
const nameToOrderToBucket = new Map<string, Map<string, Bucket>>();