1
0
Fork 0
arangodb/arangod/Indexes
Michael Hackstein 2dd0f7cf7f Continued @neunhoef 's on simplification of hash-index. The index itself will never free anything, calling class is responsible for freeing now. 2015-08-24 13:14:35 +02:00
..
CapConstraint.cpp Do not push <Class const> into vector. It does not work everywhere 2015-08-17 12:43:11 +02:00
CapConstraint.h logging 2015-05-29 09:49:22 +02:00
EdgeIndex.cpp Do not push <Class const> into vector. It does not work everywhere 2015-08-17 12:43:11 +02:00
EdgeIndex.h speed up initial edge index creation 2015-08-03 18:27:50 +02:00
FulltextIndex.cpp Do not push <Class const> into vector. It does not work everywhere 2015-08-17 12:43:11 +02:00
FulltextIndex.h Now the input for indexes is parsed using the new attribute parser. This means the flags for expanded Attributes are set. Also introduced a transformation function to transform an attributeName list back into a string. 2015-08-17 12:43:07 +02:00
GeoIndex2.cpp Do not push <Class const> into vector. It does not work everywhere 2015-08-17 12:43:11 +02:00
GeoIndex2.h Do not push <Class const> into vector. It does not work everywhere 2015-08-17 12:43:11 +02:00
HashIndex.cpp Continued @neunhoef 's on simplification of hash-index. The index itself will never free anything, calling class is responsible for freeing now. 2015-08-24 13:14:35 +02:00
HashIndex.h Merge branch 'array_indexing' of ssh://github.com/ArangoDB/ArangoDB into array_indexing 2015-08-21 16:11:28 +02:00
Index.cpp Fixed sparse indexes 2015-08-21 14:07:32 +02:00
Index.h Merge branch 'array_indexing' of ssh://github.com/ArangoDB/ArangoDB into array_indexing 2015-08-21 16:11:28 +02:00
PrimaryIndex.cpp Do not push <Class const> into vector. It does not work everywhere 2015-08-17 12:43:11 +02:00
PrimaryIndex.h speed up initial edge index creation 2015-08-03 18:27:50 +02:00
SkiplistIndex2.cpp Fixed some memleaks 2015-08-23 18:24:41 +02:00
SkiplistIndex2.h Implemented a new improved version of the Array index insertion function. 2015-08-20 14:03:17 +02:00