From 6fd666fc8d0bc15d3d33c599f055c13f97840a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Gra=CC=88tzer?= Date: Wed, 29 Mar 2017 17:56:04 +0200 Subject: [PATCH] Added some documentation --- arangod/RocksDBEngine/RocksDBPathBasedIndex.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arangod/RocksDBEngine/RocksDBPathBasedIndex.cpp b/arangod/RocksDBEngine/RocksDBPathBasedIndex.cpp index 19c8d933cd..66bef9cd1f 100644 --- a/arangod/RocksDBEngine/RocksDBPathBasedIndex.cpp +++ b/arangod/RocksDBEngine/RocksDBPathBasedIndex.cpp @@ -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>& elements) {