Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ main
Function
main
cpp/examples/arrow/udf_example.cc:91–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
int main(int argc, char** argv) {
92
auto status = Execute();
93
if (!status.ok()) {
94
std::cerr <<
"Error occurred : "
<< status.message() << std::endl;
95
return EXIT_FAILURE;
96
}
97
return EXIT_SUCCESS;
98
}
Callers
nothing calls this directly
Calls
2
Execute
Function · 0.70
ok
Method · 0.45
Tested by
no test coverage detected