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

Method hardware_flags

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

Source from the content-addressed store, hash-verified

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) {
44 async_scheduler_ = scheduler;

Callers 11

RowArrayDecodeBenchmarkFunction · 0.45
InitMethod · 0.45
FilterSingleBatchMethod · 0.45
BuildBloomFilterMethod · 0.45
PrepareForMergeMethod · 0.45
EqualCallbackMethod · 0.45
AppendCallbackMethod · 0.45
MapMethod · 0.45
OnNextBatchMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected