Update extensions/ql-vscode/src/log-insights/join-order.ts
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
@@ -74,7 +74,7 @@ function getMainHash(event: InLayer | ComputeRecursive): string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
*/
|
*/
|
||||||
function pointwiseSum(a: Int32Array, b: Int32Array): Int32Array {
|
function pointwiseSum(a: Int32Array, b: Int32Array): Int32Array {
|
||||||
function reportIfInconsistent(ai: number, bi: number) {
|
function reportIfInconsistent(ai: number, bi: number) {
|
||||||
|
|||||||
Reference in New Issue
Block a user