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

Function main

cpp/examples/tutorial_examples/arrow_example.cc:153–160  ·  view source on GitHub ↗

(Doc section: Main)

Source from the content-addressed store, hash-verified

151
152// (Doc section: Main)
153int main() {
154 arrow::Status st = RunMain();
155 if (!st.ok()) {
156 std::cerr << st << std::endl;
157 return 1;
158 }
159 return 0;
160}
161
162// (Doc section: Main)
163// (Doc section: Basic Example)

Callers 1

Calls 2

RunMainFunction · 0.70
okMethod · 0.45

Tested by

no test coverage detected