| 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); |
no outgoing calls
no test coverage detected