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