Implemented untested UniqueOrderedIndex. Introduced TypeGroupEdge/Vertex into database. Added Index capabilityes to PropertyFamily. Added method for adding index. Added method for removing index.
9 lines
225 B
C++
9 lines
225 B
C++
#include "storage/record_accessor.hpp"
|
|
|
|
// template <class T, class Derived>
|
|
// template <class V>
|
|
// auto RecordAccessor<T, Derived>::at(type_key_t<T, V> &key) const
|
|
// {
|
|
// return properties().template at<V>(key);
|
|
// }
|