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

Function RegisterUnionNode

cpp/src/arrow/acero/union_node.cc:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126namespace internal {
127
128void RegisterUnionNode(ExecFactoryRegistry* registry) {
129 DCHECK_OK(registry->AddFactory("union", UnionNode::Make));
130}
131
132} // namespace internal
133} // namespace acero

Callers 1

DefaultRegistryMethod · 0.85

Calls 1

AddFactoryMethod · 0.80

Tested by

no test coverage detected