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

Function IOContext

cpp/src/arrow/io/interfaces.h:60–60  ·  view source on GitHub ↗

No specified executor: will use a global IO thread pool

Source from the content-addressed store, hash-verified

58struct ARROW_EXPORT IOContext {
59 // No specified executor: will use a global IO thread pool
60 IOContext() : IOContext(default_memory_pool(), StopToken::Unstoppable()) {}
61
62 explicit IOContext(StopToken stop_token)
63 : IOContext(default_memory_pool(), std::move(stop_token)) {}

Callers

nothing calls this directly

Calls 2

default_memory_poolFunction · 0.85
UnstoppableFunction · 0.85

Tested by

no test coverage detected