1
0
Fork 0

Added some documentation

This commit is contained in:
Simon Grätzer 2017-03-29 17:56:04 +02:00
parent 6b889e0a27
commit 6fd666fc8d
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ bool RocksDBPathBasedIndex::implicitlyUnique() const {
}
/// @brief helper function to insert a document into any index type
/// Should result in a
/// Should result in an elements vector filled with the new index entries
/// uses the _unique field to determine the kind of key structure
int RocksDBPathBasedIndex::fillElement(
transaction::Methods* trx, TRI_voc_rid_t revisionId, VPackSlice const& doc,
std::vector<std::pair<RocksDBKey, RocksDBValue>>& elements) {