| 121 | protected: |
| 122 | std::string type_name() const override { return "mock"; } |
| 123 | bool Equals(const FileFormat& other) const override { return false; } |
| 124 | Result<bool> IsSupported(const FileSource& source) const override { return true; } |
| 125 | Result<std::shared_ptr<Schema>> Inspect(const FileSource& source) const override { |
| 126 | return Status::NotImplemented("Not needed for test"); |