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

Function RegisterAsofJoinNode

cpp/src/arrow/acero/asof_join_node.cc:1611–1613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DefaultRegistryMethod · 0.85

Calls 1

AddFactoryMethod · 0.80

Tested by

no test coverage detected