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