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

Method IsFinalized

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

Source from the content-addressed store, hash-verified

3434 bool IsInitialized() { return !is_finalized_ && is_initialized_; }
3435
3436 bool IsFinalized() { return is_finalized_; }
3437
3438 void Finalize(bool from_destructor = false) {
3439 if (is_finalized_.exchange(true)) {

Callers 1

IsS3FinalizedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected