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

Function main

cpp/examples/arrow/row_wise_conversion_example.cc:206–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206int main(int argc, char** argv) {
207 auto status = RunRowConversion();
208 if (!status.ok()) {
209 std::cerr << status.ToString() << std::endl;
210 return EXIT_FAILURE;
211 }
212 return EXIT_SUCCESS;
213}

Callers

nothing calls this directly

Calls 3

RunRowConversionFunction · 0.85
okMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected