The entry point for processThread
| 600 | |
| 601 | /// The entry point for processThread |
| 602 | static void StartPoller(SortedMergeNode* node) { node->EmitBatches(); } |
| 603 | #endif |
| 604 | |
| 605 | arrow::Ordering ordering_; |
nothing calls this directly
no test coverage detected