.. |
EdgeIndex.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 |
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
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
FulltextIndex.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
GeoIndex.cpp
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
GeoIndex.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
HashIndex.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 |
HashIndex.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 |
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
|
fix Visual Studio complaints
|
2016-10-31 09:59:18 +01:00 |
IndexElement.h
|
fix compile warnings because of mismatched class/struct usages
|
2016-10-24 10:51:03 +02:00 |
IndexIterator.cpp
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
IndexIterator.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
IndexLookupContext.h
|
Squashed commit of the following:
|
2016-10-24 10:18:30 +02:00 |
PathBasedIndex.cpp
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
PathBasedIndex.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
PrimaryIndex.cpp
|
performance optimizations
|
2016-11-09 14:46:50 +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
|
added unprepare
|
2016-06-06 18:27:51 +02:00 |
RocksDBIndex.cpp
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
RocksDBIndex.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |
RocksDBKeyComparator.cpp
|
initial commit
|
2016-05-03 15:42:24 +02:00 |
RocksDBKeyComparator.h
|
initial commit
|
2016-05-03 15:42:24 +02:00 |
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
|
prefer user-defined unique indexes on multiple attributes over primary index
|
2016-11-02 23:20:26 +01:00 |
SkiplistIndex.h
|
a bit of index cleanup
|
2016-11-02 22:44:06 +01:00 |