OmniSciDB
a5dc49c757
|
#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< shared::TableKey, std::unordered_map< int, std::shared_ptr< const ColumnarResults >>> |
using ColumnCacheMap = std::unordered_map<shared::TableKey, std::unordered_map<int, std::shared_ptr<const ColumnarResults>>> |
Definition at line 214 of file ColumnarResults.h.