OmniSciDB
a5dc49c757
|
#include "BufferCompaction.h"
#include "ColumnarResults.h"
#include "CompilationOptions.h"
#include "GpuMemUtils.h"
#include "GpuSharedMemoryContext.h"
#include "InputMetadata.h"
#include "QueryExecutionContext.h"
#include "Rendering/RenderInfo.h"
#include "RuntimeFunctions.h"
#include "QueryEngine/Utils/DiamondCodegen.h"
#include "../Shared/sqltypes.h"
#include "Logger/Logger.h"
#include <llvm/IR/Function.h>
#include <llvm/IR/Instructions.h>
#include <llvm/IR/Value.h>
#include <boost/algorithm/string/join.hpp>
#include <boost/make_unique.hpp>
#include <stack>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ColRangeInfo |
struct | KeylessInfo |
class | GroupByAndAggregate |
Functions | |
size_t | get_count_distinct_sub_bitmap_count (const size_t bitmap_sz_bits, const RelAlgExecutionUnit &ra_exe_unit, const ExecutorDeviceType device_type) |
Variables | |
bool | g_enable_smem_group_by |
bool | g_bigint_count |
|
inline |
Definition at line 227 of file GroupByAndAggregate.h.
References g_cluster, GPU, and RelAlgExecutionUnit::groupby_exprs.
Referenced by anonymous_namespace{RelAlgExecutor.cpp}::decide_approx_count_distinct_implementation(), and anonymous_namespace{GroupByAndAggregate.cpp}::init_count_distinct_descriptors().
bool g_bigint_count |
Definition at line 54 of file GroupByAndAggregate.cpp.
bool g_enable_smem_group_by |