1
0
Fork 0
arangodb/arangod/Indexes
Michael Hackstein 37a4ecfbb3 Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
..
CapConstraint.cpp calculate costs for equality lookups 2015-09-29 13:08:51 +02:00
CapConstraint.h unified index use checks 2015-09-28 18:13:04 +02:00
EdgeIndex.cpp Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
EdgeIndex.h Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
FulltextIndex.cpp calculate costs for equality lookups 2015-09-29 13:08:51 +02:00
FulltextIndex.h unified index use checks 2015-09-28 18:13:04 +02:00
GeoIndex2.cpp calculate costs for equality lookups 2015-09-29 13:08:51 +02:00
GeoIndex2.h unified index use checks 2015-09-28 18:13:04 +02:00
HashIndex.cpp Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
HashIndex.h Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
Index.cpp Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
Index.h Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
PathBasedIndex.cpp calculate costs for equality lookups 2015-09-29 13:08:51 +02:00
PathBasedIndex.h calculate costs for equality lookups 2015-09-29 13:08:51 +02:00
PrimaryIndex.cpp Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
PrimaryIndex.h Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
SimpleAttributeEqualityMatcher.h support [*] operator 2015-10-05 19:15:22 +02:00
SkiplistIndex.cpp changed signatures of attribute-access-detecting functions 2015-10-05 16:01:19 +02:00
SkiplistIndex.h Implemented IndexIterator for PrimaryIndex. The IndexBlock uses this Iterator. Still a double free as soon as the query is finished 2015-10-01 14:34:24 +02:00