Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
  • Loading branch information
binmahone committed Sep 6, 2024
1 parent 6f39db6 commit 2984563
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ object GpuExpressionsUtils {

case class NullVecKey(d: DataType, n: Int)

// accessOrder = true makes it LRU
class NullVecCache
extends java.util.LinkedHashMap[NullVecKey, GpuColumnVector](100, 0.75f, true) {

Expand Down

0 comments on commit 2984563

Please sign in to comment.