OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ColumnarResults.h File Reference
#include "ResultSet.h"
#include "Shared/SqlTypesLayout.h"
#include "../Shared/checked_alloc.h"
#include <memory>
#include <unordered_map>
+ Include dependency graph for ColumnarResults.h:
+ This graph shows which files directly or indirectly include this file:

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 >>>
 

Typedef Documentation

using ColumnCacheMap = std::unordered_map<shared::TableKey, std::unordered_map<int, std::shared_ptr<const ColumnarResults>>>

Definition at line 214 of file ColumnarResults.h.