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

Method Parse

pkg/util/jsonpath/parser/jsonpath.go:582–582  ·  view source on GitHub ↗
(jsonpathLexer)

Source from the content-addressed store, hash-verified

580
581type jsonpathParser interface {
582 Parse(jsonpathLexer) int
583 Lookahead() int
584}
585

Callers 4

mainFunction · 0.65
runFunction · 0.65
jsonpathParseFunction · 0.65
parseMethod · 0.65

Implementers 2

plpgsqlParserImplpkg/sql/plpgsql/parser/plpgsql.go
jsonpathParserImplpkg/util/jsonpath/parser/jsonpath.go

Calls

no outgoing calls

Tested by

no test coverage detected