MCPcopy Create free account
hub / github.com/apache/arrow / ProcessThread

Method ProcessThread

cpp/src/arrow/acero/asof_join_node.cc:1106–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104 }
1105
1106 void ProcessThread() {
1107 for (;;) {
1108 if (!process_.WaitAndPop()) {
1109 EndFromProcessThread();
1110 return;
1111 }
1112 if (!Process()) {
1113 return;
1114 }
1115 }
1116 }
1117
1118 static void ProcessThreadWrapper(AsofJoinNode* node) { node->ProcessThread(); }
1119#endif

Callers 1

ProcessThreadWrapperMethod · 0.80

Calls 1

WaitAndPopMethod · 0.45

Tested by

no test coverage detected