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

Function main

cpp/examples/tutorial_examples/compute_example.cc:131–138  ·  view source on GitHub ↗

(Doc section: Main)

Source from the content-addressed store, hash-verified

129
130// (Doc section: Main)
131int main() {
132 arrow::Status st = RunMain();
133 if (!st.ok()) {
134 std::cerr << st << std::endl;
135 return 1;
136 }
137 return 0;
138}
139// (Doc section: Main)
140
141// (Doc section: Compute Example)

Callers

nothing calls this directly

Calls 2

RunMainFunction · 0.70
okMethod · 0.45

Tested by

no test coverage detected