OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Fragmenter.h File Reference
#include <deque>
#include <list>
#include <map>
#include <mutex>
#include "../Catalog/ColumnDescriptor.h"
#include "../DataMgr/Chunk/Chunk.h"
#include "../DataMgr/ChunkMetadata.h"
#include "../Shared/heavyai_shared_mutex.h"
#include "../Shared/types.h"
+ Include dependency graph for Fragmenter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Fragmenter_Namespace::InsertChunks
 
struct  Fragmenter_Namespace::InsertData
 The data to be inserted using the fragment manager. More...
 
class  Fragmenter_Namespace::FragmentInfo
 Used by Fragmenter classes to store info about each fragment - the fragment id and number of tuples(rows) currently stored by that fragment. More...
 
class  Fragmenter_Namespace::TableInfo
 

Namespaces

 Data_Namespace
 
 Fragmenter_Namespace
 

Enumerations

enum  Fragmenter_Namespace::FragmenterType { Fragmenter_Namespace::INSERT_ORDER = 0 }