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

Method num_probe_threads

be/src/exec/join-builder.h:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 void CloseBeforeProbe(RuntimeState* join_node_state);
154
155 int num_probe_threads() const { return num_probe_threads_; }
156
157 static string ConstructBuilderName(const char* name, int join_node_id) {
158 return strings::Substitute("$0 Join Builder (join_node_id=$1)", name, join_node_id);

Callers 3

GetNextMethod · 0.80
CloseMethod · 0.80
DoneProbingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected