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

Method numInvertedIndexEntries

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

78 // numInvertedIndexEntries returns the number of entries that will be
79 // produced if this JSON gets included in an inverted index.
80 numInvertedIndexEntries() (int, error)
81
82 // allPaths returns a slice of new JSON documents, each a path to a leaf
83 // through the receiver. Note that leaves include the empty object and array

Callers 3

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