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

Function DeleteState

cpp/src/arrow/status.h:411–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 State* state_;
410
411 void DeleteState() noexcept {
412 // ARROW-2400: On certain compilers, splitting off the slow path improves
413 // performance significantly.
414 delete state_;
415 }
416 void CopyFrom(const Status& s);
417 inline void MoveFrom(Status& s);
418

Callers 3

CopyFromMethod · 0.85
status.hFile · 0.85
MoveFromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected