Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
namespace internal {
127
128
void RegisterUnionNode(ExecFactoryRegistry* registry) {
129
DCHECK_OK(registry->AddFactory(
"union"
, UnionNode::Make));
130
}
131
132
} // namespace internal
133
} // namespace acero
Callers
1
DefaultRegistry
Method · 0.85
Calls
1
AddFactory
Method · 0.80
Tested by
no test coverage detected