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

Function main

cpp/examples/tutorial_examples/file_access_example.cc:207–214  ·  view source on GitHub ↗

(Doc section: Main)

Source from the content-addressed store, hash-verified

205
206// (Doc section: Main)
207int main() {
208 arrow::Status st = RunMain();
209 if (!st.ok()) {
210 std::cerr << st << std::endl;
211 return 1;
212 }
213 return 0;
214}
215// (Doc section: Main)
216// (Doc section: File I/O)

Callers

nothing calls this directly

Calls 2

RunMainFunction · 0.70
okMethod · 0.45

Tested by

no test coverage detected