Skip to content

Commit

Permalink
Update cpp/benchmarks/join/generate_input_tables.cuh
Browse files Browse the repository at this point in the history
Co-authored-by: David Wendt <[email protected]>
  • Loading branch information
karthikeyann and davidwendt authored Jul 7, 2021
1 parent 012da14 commit 1107b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/benchmarks/join/generate_input_tables.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void generate_input_tables(key_type* const build_tbl,
// expense of not being that accurate with applying the selectivity an especially more memory
// efficient implementations would be to partition the random numbers into two intervals and then
// let one table choose random numbers from only one interval and the other only select with
// selectivity probability from the same interval and from the other in the other cases.
// selective probability from the same interval and from the other in the other cases.

static_assert(std::is_signed<key_type>::value, "key_type needs to be signed for lottery to work");

Expand Down

0 comments on commit 1107b5f

Please sign in to comment.