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

Function io_context

cpp/src/arrow/acero/query_context.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 ::arrow::internal::Executor* executor() const { return exec_context_.executor(); }
48 ExecContext* exec_context() { return &exec_context_; }
49 IOContext* io_context() { return &io_context_; }
50 TaskScheduler* scheduler() { return task_scheduler_.get(); }
51 arrow::util::AsyncTaskScheduler* async_scheduler() { return async_scheduler_; }
52

Callers 9

ReadMetadataAsyncMethod · 0.85
ReadAsyncMethod · 0.85
interfaces.ccFile · 0.85
CopyFileMethod · 0.85
OpenInputStreamMethod · 0.85
OpenInputFileMethod · 0.85
OpenOutputStreamMethod · 0.85
DeleteDirMethod · 0.85
DeleteDirContentsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected