OmniSciDB
cde582ebc3
|
#include "ResultSet.h"
#include "Shared/SqlTypesLayout.h"
#include "../Shared/checked_alloc.h"
#include <memory>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | ColumnarConversionNotSupported |
class | ColumnBitmap |
class | ColumnarResults |
Typedefs | |
using | ColumnCacheMap = std::unordered_map< int, std::unordered_map< int, std::shared_ptr< const ColumnarResults >>> |
using ColumnCacheMap = std::unordered_map<int, std::unordered_map<int, std::shared_ptr<const ColumnarResults>>> |
Definition at line 212 of file ColumnarResults.h.