MCPcopy Create free account
hub / github.com/apache/impala / seed

Method seed

be/src/exec/hash-table.h:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 int ALWAYS_INLINE level() const { return level_; }
187
188 uint32_t ALWAYS_INLINE seed(int level) { return seeds_.at(level); }
189
190 TupleRow* ALWAYS_INLINE scratch_row() const { return scratch_row_; }
191

Callers 7

run_fuzz_testMethod · 0.80
ScheduleStateMethod · 0.80
SetSeedMethod · 0.80
SeedRngMethod · 0.80
CreateThreadLocalRngsMethod · 0.80

Calls

no outgoing calls

Tested by 1

run_fuzz_testMethod · 0.64