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

Function RegisterFilterNode

cpp/src/arrow/acero/filter_node.cc:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118namespace internal {
119void RegisterFilterNode(ExecFactoryRegistry* registry) {
120 DCHECK_OK(registry->AddFactory("filter", FilterNode::Make));
121}
122
123} // namespace internal
124} // namespace acero

Callers 1

DefaultRegistryMethod · 0.85

Calls 1

AddFactoryMethod · 0.80

Tested by

no test coverage detected