encodeInvertedIndexKeys takes in a key prefix and returns a slice of inverted index keys, one per path through the receiver.
(b []byte)
| 99 | // encodeInvertedIndexKeys takes in a key prefix and returns a slice of |
| 100 | // inverted index keys, one per path through the receiver. |
| 101 | encodeInvertedIndexKeys(b []byte) ([][]byte, error) |
| 102 | |
| 103 | // encodeContainingInvertedIndexSpans takes in a key prefix and returns the |
| 104 | // spans that must be scanned in the inverted index to evaluate a contains (@>) |
no outgoing calls
no test coverage detected