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

Method Error

pkg/util/jsonpath/parser/jsonpath.go:578–578  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

576type jsonpathLexer interface {
577 Lex(lval *jsonpathSymType) int
578 Error(s string)
579}
580
581type jsonpathParser interface {

Callers 5

valueFromOverrideFunction · 0.65
FormatMethod · 0.65
ParseMethod · 0.65
parseMethod · 0.65
initFunction · 0.65

Implementers 3

lexerpkg/sql/parser/lexer.go
lexerpkg/sql/plpgsql/parser/lexer.go
lexerpkg/util/jsonpath/parser/lexer.go

Calls

no outgoing calls

Tested by

no test coverage detected