.. |
EdgeIndex.cpp
|
fixed issue #2217
|
2016-12-13 14:19:55 +01:00 |
EdgeIndex.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 |
FulltextIndex.cpp
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
FulltextIndex.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
GeoIndex.cpp
|
micro optimizations for geo index queries
|
2017-01-04 12:34:24 +01:00 |
GeoIndex.h
|
Remove unused variable
|
2017-01-03 16:41:45 +01:00 |
HashIndex.cpp
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
HashIndex.h
|
added specialized fasthash version for uint64 input
|
2016-12-08 13:32:48 +01:00 |
Index.cpp
|
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 |
Index.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 |
IndexElement.cpp
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
IndexElement.h
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
IndexIterator.cpp
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
IndexIterator.h
|
Squashed commit of the following:
|
2016-12-19 11:06:32 +01:00 |
IndexLookupContext.h
|
Squashed commit of the following:
|
2016-10-24 10:18:30 +02:00 |
PathBasedIndex.cpp
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
PathBasedIndex.h
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
PrimaryIndex.cpp
|
fix nullptr dereference
|
2016-12-27 18:42:40 +01:00 |
PrimaryIndex.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 |
RocksDBFeature.cpp
|
added stubs for RocksDB engine
|
2016-11-16 16:12:52 +01:00 |
RocksDBFeature.h
|
…
|
|
RocksDBIndex.cpp
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
RocksDBIndex.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
RocksDBKeyComparator.cpp
|
…
|
|
RocksDBKeyComparator.h
|
…
|
|
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 |
SkiplistIndex.cpp
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
SkiplistIndex.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |