| 43 | /// the execution engine. |
| 44 | struct LightContext { |
| 45 | bool has_avx2() const { return (hardware_flags & arrow::internal::CpuInfo::AVX2) > 0; } |
| 46 | int64_t hardware_flags; |
| 47 | util::TempVectorStack* stack; |
| 48 | }; |
no outgoing calls
no test coverage detected