EncodeForwardIndex implements forward indexing for JSONB values. The encoding depends on the direction of the encoding specified, using `dir`, and is appended to `buf` and returned.
(buf []byte, dir encoding.Direction)
| 95 | // The encoding depends on the direction of the encoding |
| 96 | // specified, using `dir`, and is appended to `buf` and returned. |
| 97 | EncodeForwardIndex(buf []byte, dir encoding.Direction) ([]byte, error) |
| 98 | |
| 99 | // encodeInvertedIndexKeys takes in a key prefix and returns a slice of |
| 100 | // inverted index keys, one per path through the receiver. |
no outgoing calls
no test coverage detected