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

Method level

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

Source from the content-addressed store, hash-verified

184 void set_level(int level);
185
186 int ALWAYS_INLINE level() const { return level_; }
187
188 uint32_t ALWAYS_INLINE seed(int level) { return seeds_.at(level); }
189

Callers 9

AddBatchMethod · 0.45
FinalizeBuildMethod · 0.45
BeginInitialProbeMethod · 0.45
BeginSpilledProbeMethod · 0.45
RepartitionBuildInputMethod · 0.45
ProcessBuildBatchMethod · 0.45
BeginSpilledProbeMethod · 0.45
ProcessProbeBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected