Flex  0.17.9
Classes | Namespaces | Enumerations | Functions
basic_fragment_loader.h File Reference
#include "flex/storages/rt_mutable_graph/file_names.h"
#include "flex/storages/rt_mutable_graph/mutable_property_fragment.h"
#include "flex/storages/rt_mutable_graph/schema.h"
Include dependency graph for basic_fragment_loader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gs::BasicFragmentLoader
 

Namespaces

 gs
 

Enumerations

enum  gs::LoadingStatus { gs::LoadingStatus::kLoading = 0, gs::LoadingStatus::kLoaded = 1, gs::LoadingStatus::kCommited = 2, gs::LoadingStatus::kUnknown = 3 }
 

Functions

template<typename EDATA_T >
TypedMutableCsrBase< EDATA_T > * gs::create_typed_csr (EdgeStrategy es, PropertyType edge_property)
 
std::ostream & gs::operator<< (std::ostream &os, const LoadingStatus &status)
 
std::istream & gs::operator>> (std::istream &is, LoadingStatus &status)