retrieveMaskForCardinalitySized

fun retrieveMaskForCardinalitySized(cardinality: Double, expectedSize: Int): BooleanArray

Return the presence mask for K sized exactly to expectedSize.

  • If cached, decode and pad/truncate to fit.

  • Else return an all-false mask of the requested size.