EncodeInvertedIndexKeys takes in a key prefix and returns a slice of inverted index keys, one per path through the receiver.
(b []byte)
| 89 | // EncodeInvertedIndexKeys takes in a key prefix and returns a slice of inverted index keys, |
| 90 | // one per path through the receiver. |
| 91 | encodeInvertedIndexKeys(b []byte) ([][]byte, error) |
| 92 | |
| 93 | // numInvertedIndexEntries returns the number of entries that will be |
| 94 | // produced if this JSON gets included in an inverted index. |
no outgoing calls
no test coverage detected