We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d1267 commit 85988ecCopy full SHA for 85988ec
extensions/ql-vscode/src/log-insights/join-order.ts
@@ -74,7 +74,7 @@ function getMainHash(event: InLayer | ComputeRecursive): string {
74
}
75
76
/**
77
- * Sum arrays a and b element-wise, and pad with 0s if the arrays are not the same length.
+ * Sum arrays a and b element-wise. The shorter array is padded with 0s if the arrays are not the same length.
78
*/
79
function pointwiseSum(a: Int32Array, b: Int32Array): Int32Array {
80
function reportIfInconsistent(ai: number, bi: number) {
0 commit comments