| 77 | } |
| 78 | |
| 79 | Status Fragment::ClearCachedMetadata() { |
| 80 | auto lock = physical_schema_mutex_.Lock(); |
| 81 | physical_schema_.reset(); |
| 82 | return Status::OK(); |
| 83 | } |
| 84 | |
| 85 | Result<std::shared_ptr<Schema>> InMemoryFragment::ReadPhysicalSchemaImpl() { |
| 86 | return given_physical_schema_; |