12 lines
232 B
C++
12 lines
232 B
C++
|
#include "mvcc/version_list.hpp"
|
||
|
#include "storage/edge.hpp"
|
||
|
|
||
|
// class EdgeRecord: public mvcc::VersionList<Edge>{
|
||
|
// public:
|
||
|
// using mvcc::VersionList<Edge>;
|
||
|
//
|
||
|
// VertexRecord* get_key(){
|
||
|
// //TODO
|
||
|
// }
|
||
|
// };
|