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

Method IsFinalized

cpp/src/arrow/filesystem/s3fs.cc:3503–3503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3501 bool IsInitialized() { return !is_finalized_ && is_initialized_; }
3502
3503 bool IsFinalized() { return is_finalized_; }
3504
3505 void Finalize(bool from_destructor = false) {
3506 if (is_finalized_.exchange(true)) {

Callers 1

IsS3FinalizedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected