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

Method encodeInvertedIndexKeys

pkg/util/json/json.go:101–101  ·  view source on GitHub ↗

encodeInvertedIndexKeys takes in a key prefix and returns a slice of inverted index keys, one per path through the receiver.

(b []byte)

Source from the content-addressed store, hash-verified

99 // encodeInvertedIndexKeys takes in a key prefix and returns a slice of
100 // inverted index keys, one per path through the receiver.
101 encodeInvertedIndexKeys(b []byte) ([][]byte, error)
102
103 // encodeContainingInvertedIndexSpans takes in a key prefix and returns the
104 // spans that must be scanned in the inverted index to evaluate a contains (@>)

Implementers 4

jsonNullpkg/util/json/json.go
jsonFalsepkg/util/json/json.go
jsonTruepkg/util/json/json.go
jsonEncodedpkg/util/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected