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

Method Flush

cpp/src/arrow/util/logger.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 virtual void Log(const LogDetails& details) = 0;
55
56 virtual bool Flush(std::chrono::microseconds timeout) { return true; }
57 bool Flush() { return this->Flush(std::chrono::microseconds::max()); }
58
59 virtual bool is_enabled() const { return true; }

Callers 8

TESTFunction · 0.45
TestBitArrayValuesFunction · 0.45
TestPutValueFunction · 0.45
ValidateRleBitPackedFunction · 0.45
CheckRoundTripFunction · 0.45
PackValuesFunction · 0.45
CheckStreamingCompressorFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 8

TESTFunction · 0.36
TestBitArrayValuesFunction · 0.36
TestPutValueFunction · 0.36
ValidateRleBitPackedFunction · 0.36
CheckRoundTripFunction · 0.36
PackValuesFunction · 0.36
CheckStreamingCompressorFunction · 0.36
TEST_PFunction · 0.36