| 1279 | |
| 1280 | namespace internal { |
| 1281 | void RegisterHashJoinNode(ExecFactoryRegistry* registry) { |
| 1282 | DCHECK_OK(registry->AddFactory("hashjoin", HashJoinNode::Make)); |
| 1283 | } |
| 1284 | |
| 1285 | } // namespace internal |
| 1286 | } // namespace acero |
no test coverage detected