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

Function main

cpp/examples/arrow/join_example.cc:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127int main(int argc, char** argv) {
128 auto status = DoHashJoin();
129 if (!status.ok()) {
130 std::cerr << "Error occurred: " << status.message() << std::endl;
131 return EXIT_FAILURE;
132 }
133 return EXIT_SUCCESS;
134}

Callers

nothing calls this directly

Calls 2

DoHashJoinFunction · 0.85
okMethod · 0.45

Tested by

no test coverage detected