MCPcopy Create free account
hub / github.com/dolthub/doltgresql / encodeInvertedIndexKeys

Method encodeInvertedIndexKeys

postgres/parser/json/json.go:91–91  ·  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

89 // EncodeInvertedIndexKeys takes in a key prefix and returns a slice of inverted index keys,
90 // one per path through the receiver.
91 encodeInvertedIndexKeys(b []byte) ([][]byte, error)
92
93 // numInvertedIndexEntries returns the number of entries that will be
94 // produced if this JSON gets included in an inverted index.

Callers 4

EncodeInvertedIndexKeysFunction · 0.65

Implementers 4

jsonNullpostgres/parser/json/json.go
jsonFalsepostgres/parser/json/json.go
jsonTruepostgres/parser/json/json.go
jsonEncodedpostgres/parser/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected