(b []byte)
| 1221 | } |
| 1222 | |
| 1223 | func (j jsonString) encodeInvertedIndexKeys(b []byte) ([][]byte, error) { |
| 1224 | b = encoding.AddJSONPathTerminator(b) |
| 1225 | return [][]byte{encoding.EncodeStringAscending(b, string(j))}, nil |
| 1226 | } |
| 1227 | |
| 1228 | func (j jsonString) encodeContainingInvertedIndexSpans( |
| 1229 | b []byte, isRoot, isObjectValue bool, |
nothing calls this directly
no test coverage detected