| 693 | } |
| 694 | |
| 695 | Key UnboundCollectionContext::getIndexesSubspace() { |
| 696 | return metadataDirectory->key().withSuffix( |
| 697 | DataValue(DocLayerConstants::INDICES_KEY, DVTypeCode::STRING).encode_key_part()); |
| 698 | } |
| 699 | |
| 700 | Reference<UnboundQueryContext> UnboundCollectionContext::getIndexesContext() { |
| 701 | return Reference<UnboundQueryContext>(new UnboundQueryContext(DataKey()))->getSubContext(getIndexesSubspace()); |
no test coverage detected