| 1609 | |
| 1610 | namespace internal { |
| 1611 | void RegisterAsofJoinNode(ExecFactoryRegistry* registry) { |
| 1612 | DCHECK_OK(registry->AddFactory("asofjoin", AsofJoinNode::Make)); |
| 1613 | } |
| 1614 | } // namespace internal |
| 1615 | |
| 1616 | namespace asofjoin { |
no test coverage detected