(Doc section: Main)
| 151 | |
| 152 | // (Doc section: Main) |
| 153 | int 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) |
no test coverage detected