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

Method encodeInvertedIndexKeys

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

Source from the content-addressed store, hash-verified

1203}
1204
1205func (jsonFalse) encodeInvertedIndexKeys(b []byte) ([][]byte, error) {
1206 b = encoding.AddJSONPathTerminator(b)
1207 return [][]byte{encoding.EncodeFalseAscending(b)}, nil
1208}
1209
1210func (j jsonFalse) encodeContainingInvertedIndexSpans(
1211 b []byte, isRoot, isObjectValue bool,

Callers

nothing calls this directly

Calls 2

AddJSONPathTerminatorFunction · 0.92
EncodeFalseAscendingFunction · 0.92

Tested by

no test coverage detected