| 217 | // // |
| 218 | |
| 219 | std::shared_ptr<FileWriteOptions> OrcFileFormat::DefaultWriteOptions() { |
| 220 | // TODO (https://issues.apache.org/jira/browse/ARROW-13796) |
| 221 | return nullptr; |
| 222 | } |
| 223 | |
| 224 | Result<std::shared_ptr<FileWriter>> OrcFileFormat::MakeWriter( |
| 225 | std::shared_ptr<io::OutputStream> destination, std::shared_ptr<Schema> schema, |
no outgoing calls