Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ Parse
Method
Parse
pkg/sql/plpgsql/parser/plpgsql.go:947–947 ·
view source on GitHub ↗
(plpgsqlLexer)
Source
from the content-addressed store, hash-verified
945
946
type
plpgsqlParser
interface
{
947
Parse(plpgsqlLexer) int
948
Lookahead() int
949
}
950
Callers
15
parseStmt
Function · 0.65
genDefaultCmpSelOps
Function · 0.65
genCountAgg
Function · 0.65
genSpanEncoder
Function · 0.65
getDefaultCmpProjOps
Function · 0.65
genMergeJoinOps
Function · 0.65
genAnyNotNullAgg
Function · 0.65
genValuesDiffer
Function · 0.65
genVec
Function · 0.65
genWindowPeerGrouperOps
Function · 0.65
genSortOps
Function · 0.65
genPDQSortOps
Function · 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