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

Method cpu_info

cpp/src/arrow/acero/query_context.cc:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 io_context_(GetIoContext(options_, exec_context_)) {}
39
40const CpuInfo* QueryContext::cpu_info() const { return CpuInfo::GetInstance(); }
41int64_t QueryContext::hardware_flags() const { return cpu_info()->hardware_flags(); }
42
43Status QueryContext::Init(util::AsyncTaskScheduler* scheduler) {

Callers 5

InitMethod · 0.45
FilterSingleBatchMethod · 0.45
BuildBloomFilterMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected