Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
581
type
jsonpathParser
interface
{
582
Parse(jsonpathLexer) int
583
Lookahead() int
584
}
585
Callers
4
main
Function · 0.65
run
Function · 0.65
jsonpathParse
Function · 0.65
parse
Method · 0.65
Implementers
2
plpgsqlParserImpl
pkg/sql/plpgsql/parser/plpgsql.go
jsonpathParserImpl
pkg/util/jsonpath/parser/jsonpath.go
Calls
no outgoing calls
Tested by
no test coverage detected