Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wshwsh12 committed Jun 7, 2022
1 parent 90ffaf2 commit 271a46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/join.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ type HashJoinExec struct {

stats *hashJoinRuntimeStats

// We pre-alloc and reuse the Rows and RowPtrs for each probe goroutine, to avoid allocation frequently
buildSideRows [][]chunk.Row
buildSideRowPtrs [][]chunk.RowPtr
}
Expand Down

0 comments on commit 271a46b

Please sign in to comment.