(b []byte)
| 1167 | } |
| 1168 | |
| 1169 | func (j jsonNull) encodeInvertedIndexKeys(b []byte) ([][]byte, error) { |
| 1170 | b = encoding.AddJSONPathTerminator(b) |
| 1171 | return [][]byte{encoding.EncodeNullAscending(b)}, nil |
| 1172 | } |
| 1173 | |
| 1174 | func (j jsonNull) encodeContainingInvertedIndexSpans( |
| 1175 | b []byte, isRoot, isObjectValue bool, |
nothing calls this directly
no test coverage detected