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

Method encodeInvertedIndexKeys

pkg/util/json/json.go:76–76  ·  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

74 // EncodeInvertedIndexKeys takes in a key prefix and returns a slice of inverted index keys,
75 // one per path through the receiver.
76 encodeInvertedIndexKeys(b []byte) ([][]byte, error)
77
78 // numInvertedIndexEntries returns the number of entries that will be
79 // produced if this JSON gets included in an inverted index.

Callers 4

EncodeInvertedIndexKeysFunction · 0.65

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