This repository was archived by the owner on May 9, 2024. It is now read-only.

Description
I am not sure how to resolve this clash of namings.
ReductionCode ResultSetReductionJIT::codegen() const
vs
ReductionCode GpuReductionHelperJIT::codegen(const CompilationOptions& co)
at omniscidb/QueryEngine/ResultSetReductionJIT.h
Second one method have single call, if it's what's intended to be done, let's remove virtual and rename GpuReductionHelperJIT method.