Skip to content

Commit 1aab49c

Browse files
author
Dave Bartolomeo
committed
Specify return type
1 parent cf925c2 commit 1aab49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/log-insights/join-order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ class JoinOrderScanner implements EvaluationLogScanner {
405405
/**
406406
* Compute the metric input for all the events in a SCC that starts with main node `event`
407407
*/
408-
private badnessInputsForRecursiveDelta(event: ComputeRecursive) {
408+
private badnessInputsForRecursiveDelta(event: ComputeRecursive): Map<string, Map<string, Bucket>> {
409409
// nameToOrderToBucket : predicate name -> ordering (i.e., standard, order_500000, etc.) -> bucket
410410
const nameToOrderToBucket = new Map<string, Map<string, Bucket>>();
411411

0 commit comments

Comments
 (0)