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

Method numInvertedIndexEntries

postgres/parser/json/json.go:95–95  ·  view source on GitHub ↗

numInvertedIndexEntries returns the number of entries that will be produced if this JSON gets included in an inverted index.

()

Source from the content-addressed store, hash-verified

93 // numInvertedIndexEntries returns the number of entries that will be
94 // produced if this JSON gets included in an inverted index.
95 numInvertedIndexEntries() (int, error)
96
97 // allPaths returns a slice of new JSON documents, each a path to a leaf
98 // through the receiver. Note that leaves include the empty object and array

Callers 3

NumInvertedIndexEntriesFunction · 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