mirror of https://gitee.com/bigwinds/arangodb
Added some documentation
This commit is contained in:
parent
6b889e0a27
commit
6fd666fc8d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue