Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamideShakyan committed Dec 17, 2024
1 parent 706d863 commit 8a10393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/tpch/gen/dbgen/build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace facebook::velox::tpch::dbgen {
tpch_a_rnd((int)(avg * V_STR_LOW), (int)(avg * V_STR_HGH), seed, tgt)
#define TEXT(avg, seed, tgt) \
dbg_text(tgt, (int)(avg * V_STR_LOW), (int)(avg * V_STR_HGH), seed)
static void gen_phone PROTO((DSS_HUGE ind, char* target, seed_t* seed));

DSS_HUGE
rpb_routine(DSS_HUGE p) {
Expand Down

0 comments on commit 8a10393

Please sign in to comment.