MCPcopy Create free account
hub / github.com/apache/arrow / ClearCachedMetadata

Method ClearCachedMetadata

cpp/src/arrow/dataset/dataset.cc:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

FragmentToBatchesFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45

Calls 3

OKFunction · 0.50
LockMethod · 0.45
resetMethod · 0.45

Tested by 1

ASSERT_OK_AND_ASSIGNFunction · 0.36