MCPcopy 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
946type plpgsqlParser interface {
947 Parse(plpgsqlLexer) int
948 Lookahead() int
949}
950

Callers 15

parseStmtFunction · 0.65
genDefaultCmpSelOpsFunction · 0.65
genCountAggFunction · 0.65
genSpanEncoderFunction · 0.65
getDefaultCmpProjOpsFunction · 0.65
genMergeJoinOpsFunction · 0.65
genAnyNotNullAggFunction · 0.65
genValuesDifferFunction · 0.65
genVecFunction · 0.65
genWindowPeerGrouperOpsFunction · 0.65
genSortOpsFunction · 0.65
genPDQSortOpsFunction · 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