1
0
Fork 0
arangodb/arangod/Indexes
Michael Hackstein a48c1819bc Added an Implementation for AQL condition Iterator in HashIndex 2016-02-29 18:46:38 +01:00
..
EdgeIndex.cpp Fixed a bug in EdgeIndex lookup and added checks when inserting documents into an Edge Collection. They now need to have valid _from and _to entries 2016-02-26 15:48:48 +01:00
EdgeIndex.h Fixed a bug in EdgeIndex lookup and added checks when inserting documents into an Edge Collection. They now need to have valid _from and _to entries 2016-02-26 15:48:48 +01:00
FulltextIndex.cpp
FulltextIndex.h
GeoIndex2.cpp Removed shape* include 2016-02-29 18:00:31 +01:00
GeoIndex2.h Removed shape* include 2016-02-29 18:00:31 +01:00
HashIndex.cpp Added an Implementation for AQL condition Iterator in HashIndex 2016-02-29 18:46:38 +01:00
HashIndex.h Removed Import of *shape* in Indexes 2016-02-29 18:10:02 +01:00
Index.cpp Added implementation for AQL Node => Skiplist Iterator function. Does not yet support IN statment, we need a multi Iterator for this. 2016-02-29 14:19:11 +01:00
Index.h Added implementation for AQL Node => Skiplist Iterator function. Does not yet support IN statment, we need a multi Iterator for this. 2016-02-29 14:19:11 +01:00
IndexIterator.cpp Fixed n assignment where it should be an comparison 2016-02-29 17:07:07 +01:00
IndexIterator.h Added implementation of a multi-index-iterator Iterator. This can be used as a wrapper around IN-Expanded index lookups and might be used in IndexNode as well. 2016-02-29 15:27:51 +01:00
PathBasedIndex.cpp cleanup 2016-02-26 23:07:19 +01:00
PathBasedIndex.h
PrimaryIndex.cpp marker changes, unfinished 2016-02-26 19:39:17 +01:00
PrimaryIndex.h marker changes, unfinished 2016-02-26 19:39:17 +01:00
SimpleAttributeEqualityMatcher.cpp
SimpleAttributeEqualityMatcher.h
SkiplistIndex.cpp Removed Import of *shape* in Indexes 2016-02-29 18:10:02 +01:00
SkiplistIndex.h Removed TRI_index_operator and all it's references. They are obsolete because of new VelocyPack index iterator on Skiplist index 2016-02-29 11:42:18 +01:00