| 698 | } |
| 699 | |
| 700 | Reference<UnboundQueryContext> UnboundCollectionContext::getIndexesContext() { |
| 701 | return Reference<UnboundQueryContext>(new UnboundQueryContext(DataKey()))->getSubContext(getIndexesSubspace()); |
| 702 | } |
| 703 | |
| 704 | Optional<Reference<IndexInfo>> UnboundCollectionContext::getSimpleIndex(std::string simpleIndexMapKey) { |
| 705 | if (bannedFieldNames.find(simpleIndexMapKey) != bannedFieldNames.end()) |
no test coverage detected