1
0
Fork 0
arangodb/arangod/Indexes
Jan Steemann b55b5d7386 AqlValue refactoring 2016-03-09 17:50:20 +01:00
..
EdgeIndex.cpp Modified EDGES AQL funciton to use new Transaction API instead and does not rely on the shaper any more. Also added a iteratorForSlice method to EdgeIndex. It is slightly more complicated than other indexes iteratorForSlice functions because of the special _from, _to indexing in one index. 2016-03-09 09:59:51 +01:00
EdgeIndex.h Modified EDGES AQL funciton to use new Transaction API instead and does not rely on the shaper any more. Also added a iteratorForSlice method to EdgeIndex. It is slightly more complicated than other indexes iteratorForSlice functions because of the special _from, _to indexing in one index. 2016-03-09 09:59:51 +01:00
FulltextIndex.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-09 09:42:10 +01:00
FulltextIndex.h less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
GeoIndex2.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-09 09:42:10 +01:00
GeoIndex2.h less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
HashIndex.cpp less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
HashIndex.h simplifications 2016-03-04 19:40:24 +01:00
Index.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
Index.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
IndexIterator.cpp Transaction OperationCursor now implements a skip method. 2016-03-01 14:37:40 +01:00
IndexIterator.h less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
PathBasedIndex.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-09 09:42:10 +01:00
PathBasedIndex.h simplifications 2016-03-04 19:40:24 +01:00
PrimaryIndex.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
PrimaryIndex.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
SimpleAttributeEqualityMatcher.cpp clang-format 2016-01-27 13:43:46 +01:00
SimpleAttributeEqualityMatcher.h clang-format 2016-01-27 13:43:46 +01:00
SkiplistIndex.cpp cppcheck 2016-03-02 22:09:32 +01:00
SkiplistIndex.h Removed obsolete functions and skiplist key element. 2016-03-01 13:53:45 +01:00