1
0
Fork 0
arangodb/arangod/Indexes
Michael Hackstein 91f303e963 Removed readRevision from LogicalCollection. You only get readDocument with a token. Moved it's logic into MMFilesCollection. removed the ignoreWal parameter from readDocumentConditional. It was always true anyways... 2017-02-17 17:29:49 +01:00
..
Index.cpp renaming 2017-02-13 15:18:40 +01:00
Index.h renaming 2017-02-13 15:18:40 +01:00
IndexElement.h renaming 2017-01-23 15:36:11 +01:00
IndexFactory.h Moved major Index-creation out of LogicalCollection into the StorageEngine Specific IndexFactory. 2017-01-29 15:08:26 +01:00
IndexIterator.cpp renaming 2017-02-13 15:18:40 +01:00
IndexIterator.h Moved pre-commit document modifications out of logical-collection into the physical collection. They are only relevant when actually writing to disc. 2017-02-17 16:07:02 +01:00
IndexLookupContext.h Removed readRevision from LogicalCollection. You only get readDocument with a token. Moved it's logic into MMFilesCollection. removed the ignoreWal parameter from readDocumentConditional. It was always true anyways... 2017-02-17 17:29:49 +01:00
SimpleAttributeEqualityMatcher.cpp don't increase number of index results for unique indexes 2016-11-15 10:29:02 +01:00
SimpleAttributeEqualityMatcher.h when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned 2016-11-11 11:01:04 +01:00