Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AssertIsOutput
Method
AssertIsOutput
cpp/src/arrow/acero/test_util_internal.cc:122–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
private:
122
void AssertIsOutput(ExecNode* output) { ASSERT_EQ(output->output(), nullptr); }
123
124
std::shared_ptr<Schema> dummy_schema() const {
125
return schema({field(
"dummy"
, null())});
Callers
nothing calls this directly
Calls
1
output
Method · 0.80
Tested by
no test coverage detected