Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
namespace internal {
119
void RegisterFilterNode(ExecFactoryRegistry* registry) {
120
DCHECK_OK(registry->AddFactory(
"filter"
, FilterNode::Make));
121
}
122
123
} // namespace internal
124
} // namespace acero
Callers
1
DefaultRegistry
Method · 0.85
Calls
1
AddFactory
Method · 0.80
Tested by
no test coverage detected