OmniSciDB
bf83d84833
|
Basic constructors and methods of the row set interface. More...
#include "ResultSet.h"
#include "DataMgr/Allocators/CudaAllocator.h"
#include "DataMgr/BufferMgr/BufferMgr.h"
#include "Execute.h"
#include "GpuMemUtils.h"
#include "InPlaceSort.h"
#include "OutputBufferInitialization.h"
#include "RuntimeFunctions.h"
#include "Shared/SqlTypesLayout.h"
#include "Shared/checked_alloc.h"
#include "Shared/likely.h"
#include "Shared/thread_count.h"
#include "Shared/threadpool.h"
#include <algorithm>
#include <bitset>
#include <future>
#include <numeric>
Go to the source code of this file.
Namespaces | |
anonymous_namespace{ResultSet.cpp} | |
Functions | |
size_t | anonymous_namespace{ResultSet.cpp}::get_truncated_row_count (size_t total_row_count, size_t limit, size_t offset) |
Variables | |
bool | g_use_tbb_pool |
Basic constructors and methods of the row set interface.
Definition in file ResultSet.cpp.
bool g_use_tbb_pool |
Definition at line 78 of file Execute.cpp.