| 369 | struct ARROW_EXPORT ExecSpan { |
| 370 | ExecSpan() = default; |
| 371 | ExecSpan(const ExecSpan& other) = default; |
| 372 | ExecSpan& operator=(const ExecSpan& other) = default; |
| 373 | ExecSpan(ExecSpan&& other) = default; |
| 374 | ExecSpan& operator=(ExecSpan&& other) = default; |