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

Method Flush

cpp/src/arrow/telemetry/logging.cc:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 bool Flush(std::chrono::microseconds timeout) override {
238 return OtelLoggerProvider::Flush(timeout);
239 }
240
241 bool is_enabled() const override { return true; }
242

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.85

Tested by

no test coverage detected