| 275 | namespace internal { |
| 276 | |
| 277 | void RegisterPivotLongerNode(ExecFactoryRegistry* registry) { |
| 278 | DCHECK_OK(registry->AddFactory(std::string(PivotLongerNodeOptions::kName), |
| 279 | PivotLongerNode::Make)); |
| 280 | } |
| 281 | |
| 282 | } // namespace internal |
| 283 | } // namespace acero |
no test coverage detected