| 143 | } // namespace |
| 144 | |
| 145 | OrcFileFormat::OrcFileFormat() : FileFormat(/*default_fragment_scan_options=*/nullptr) {} |
| 146 | |
| 147 | Result<bool> OrcFileFormat::IsSupported(const FileSource& source) const { |
| 148 | RETURN_NOT_OK(source.Open().status()); |
no outgoing calls