| 162 | } |
| 163 | |
| 164 | Result<std::shared_ptr<FileFragment>> FileFormat::MakeFragment( |
| 165 | FileSource source, std::shared_ptr<Schema> physical_schema) { |
| 166 | return MakeFragment(std::move(source), compute::literal(true), |
| 167 | std::move(physical_schema)); |
| 168 | } |
| 169 | |
| 170 | Result<std::shared_ptr<FileFragment>> FileFormat::MakeFragment( |
| 171 | FileSource source, compute::Expression partition_expression) { |