MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / encodeInvertedIndexKeys

Method encodeInvertedIndexKeys

pkg/util/json/json.go:1169–1172  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

1167}
1168
1169func (j jsonNull) encodeInvertedIndexKeys(b []byte) ([][]byte, error) {
1170 b = encoding.AddJSONPathTerminator(b)
1171 return [][]byte{encoding.EncodeNullAscending(b)}, nil
1172}
1173
1174func (j jsonNull) encodeContainingInvertedIndexSpans(
1175 b []byte, isRoot, isObjectValue bool,

Callers

nothing calls this directly

Calls 2

AddJSONPathTerminatorFunction · 0.92
EncodeNullAscendingFunction · 0.92

Tested by

no test coverage detected