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

Function RegisterPivotLongerNode

cpp/src/arrow/acero/pivot_longer_node.cc:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DefaultRegistryMethod · 0.85

Calls 1

AddFactoryMethod · 0.80

Tested by

no test coverage detected